summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'osdep')
-rw-r--r--osdep/kerneltwosix.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/osdep/kerneltwosix.h b/osdep/kerneltwosix.h
deleted file mode 100644
index dcb808d934..0000000000
--- a/osdep/kerneltwosix.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <linux/version.h>
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,70)
-#define __KERNEL__
-#include <linux/thread_info.h>
-#include <linux/list.h>
-#undef __KERNEL__
-#endif
-
-