2010-04-13 23:47:41 +00:00
|
|
|
--- a/include/linux/tracepoint.h
|
|
|
|
+++ b/include/linux/tracepoint.h
|
2010-04-22 15:39:31 +00:00
|
|
|
@@ -3,6 +3,8 @@
|
|
|
|
|
|
|
|
#include <linux/version.h>
|
2010-04-13 23:47:41 +00:00
|
|
|
|
|
|
|
+#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)) */
|