]> git.pld-linux.org Git - packages/wl.git/blame - kernel-net-wl-linux-3.4.patch
- rebuild for kernel-3.10.9-1
[packages/wl.git] / kernel-net-wl-linux-3.4.patch
CommitLineData
43cfc369
JW
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.038779 seconds and 4 git commands to generate.