aboutsummaryrefslogtreecommitdiffstats
path: root/include/compat/linux/tracepoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compat/linux/tracepoint.h')
-rwxr-xr-xinclude/compat/linux/tracepoint.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/compat/linux/tracepoint.h b/include/compat/linux/tracepoint.h
deleted file mode 100755
index 9f5add1..0000000
--- a/include/compat/linux/tracepoint.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _COMPAT_LINUX_TRACEPOINT_H
-#define _COMPAT_LINUX_TRACEPOINT_H 1
-
-#include <linux/version.h>
-
-#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,27))
-#include_next <linux/tracepoint.h>
-#endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,27)) */
-
-#endif /* _COMPAT_LINUX_TRACEPOINT_H */