summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/020-fix_compat_h.patch
blob: 7f90cf4dc9a7e2292e5eca83d8f6154e9aa7b66e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/include/linux/compat-2.6.32.h
+++ b/include/linux/compat-2.6.32.h
@@ -7,7 +7,7 @@
 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32))
 
 #include <linux/netdevice.h>
-#include <asm/compat.h>
+#include <linux/compat.h>
 #include <net/iw_handler.h>
 #include <linux/workqueue.h>