about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/broadcom-sta/linux-3.4.patch
blob: 854131c641b228906f2e5b4dd01a63f4c9678da8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- broadcom-sta.orig/src/wl/sys/wl_linux.c
+++ broadcom-sta.new/src/wl/sys/wl_linux.c
@@ -40,7 +40,9 @@
 #include <linux/pci_ids.h>
 #define WLC_MAXBSSCFG          1
 
+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0)
 #include <asm/system.h>
+#endif
 #include <asm/io.h>
 #include <asm/irq.h>
 #include <asm/pgtable.h>