packages: clean up the package folder
[openwrt/staging/yousong.git] / package / kernel / broadcom-wl / patches / 011-fix_compile_3_4.patch
1 --- a/driver/wl_linux.c
2 +++ b/driver/wl_linux.c
3 @@ -49,7 +49,9 @@
4 #include <linux/ieee80211.h>
5 #endif
6
7 +#if LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0)
8 #include <asm/system.h>
9 +#endif
10 #include <asm/io.h>
11 #include <asm/irq.h>
12 #include <asm/pgtable.h>