datapath: Rename linux-2.6 and compat-2.6 directories.
[sliver-openvswitch.git] / datapath / linux-2.6 / compat-2.6 / include / linux / stddef.h
diff --git a/datapath/linux-2.6/compat-2.6/include/linux/stddef.h b/datapath/linux-2.6/compat-2.6/include/linux/stddef.h
deleted file mode 100644 (file)
index 9b68f71..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef __LINUX_STDDEF_WRAPPER_H
-#define __LINUX_STDDEF_WRAPPER_H 1
-
-#include_next <linux/stddef.h>
-
-#ifdef __KERNEL__
-
-#ifndef HAVE_BOOL_TYPE
-enum {
-       false   = 0,
-       true    = 1
-};
-#endif /* !HAVE_BOOL_TYPE */
-
-#endif /* __KERNEL__ */
-
-#endif