]> git.pld-linux.org Git - packages/wl.git/blob - kernel-net-wl-linux-3.4.patch
- rebuild for kernel-3.7.10-9
[packages/wl.git] / kernel-net-wl-linux-3.4.patch
1 --- src/wl/sys/wl_linux.c
2 +++ src/wl/sys/wl_linux.c
3 @@ -40,7 +40,9 @@
4  #include <linux/pci_ids.h>
5  #define WLC_MAXBSSCFG          1       
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>
This page took 0.087386 seconds and 3 git commands to generate.