summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/130-tracepoint_include_linux_version_h.patch
blob: 034f00cd91b5ac1eb1c32cb51bca908aa7b0883d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/include/linux/tracepoint.h
+++ b/include/linux/tracepoint.h
@@ -3,6 +3,8 @@
 
 #include <linux/version.h>
 
+#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)) */