summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/020-fix_compat_h.patch
blob: b001cf2edd89a0257cacdc6181e01c98d24aeb05 (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
@@ -6,7 +6,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>
 #include <linux/firmware.h>