wok view broadcom-wl64/stuff/3.4.0.patch @ rev 20917

updated fdupes (1.40 -> 1.6.1)
author Hans-G?nter Theisgen
date Thu Feb 28 17:10:02 2019 +0100 (2019-02-28)
parents
children
line source
1 Description: Enable compilation with 3.4 kernels
2 Author: Eugene San (eugenesan) <eugenesan@gmail.com>
3 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/994255
4 Last-Update: 2012-05-07
6 --- a/amd64/src/wl/sys/wl_linux.c
7 +++ b/amd64/src/wl/sys/wl_linux.c
8 @@ -40,7 +40,9 @@
9 #include <linux/pci_ids.h>
10 #define WLC_MAXBSSCFG 1
12 +#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0)
13 #include <asm/system.h>
14 +#endif
15 #include <asm/io.h>
16 #include <asm/irq.h>
17 #include <asm/pgtable.h>