mac80211: update to wireless-testing 2010-04-13, add some more fixes for the ar9300...
[openwrt/staging/chunkeey.git] / package / mac80211 / patches / 130-tracepoint_include_linux_version_h.patch
1 --- a/include/linux/tracepoint.h
2 +++ b/include/linux/tracepoint.h
3 @@ -1,6 +1,8 @@
4 #ifndef _COMPAT_LINUX_TRACEPOINT_H
5 #define _COMPAT_LINUX_TRACEPOINT_H 1
6
7 +#include <linux/version.h>
8 +
9 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,27))
10 #include_next <linux/tracepoint.h>
11 #endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,27)) */