wok-current annotate broadcom-wl/stuff/3.4.0.patch @ rev 23506
updated python-markupsafe (0.12 -> 1.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 09:22:36 2020 +0100 (2020-04-06) |
parents | |
children |
rev | line source |
---|---|
pascal@20286 | 1 Description: Enable compilation with 3.4 kernels |
pascal@20286 | 2 Author: Eugene San (eugenesan) <eugenesan@gmail.com> |
pascal@20286 | 3 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/994255 |
pascal@20286 | 4 Last-Update: 2012-05-07 |
pascal@20286 | 5 |
pascal@20286 | 6 --- a/amd64/src/wl/sys/wl_linux.c |
pascal@20286 | 7 +++ b/amd64/src/wl/sys/wl_linux.c |
pascal@20286 | 8 @@ -40,7 +40,9 @@ |
pascal@20286 | 9 #include <linux/pci_ids.h> |
pascal@20286 | 10 #define WLC_MAXBSSCFG 1 |
pascal@20286 | 11 |
pascal@20286 | 12 +#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0) |
pascal@20286 | 13 #include <asm/system.h> |
pascal@20286 | 14 +#endif |
pascal@20286 | 15 #include <asm/io.h> |
pascal@20286 | 16 #include <asm/irq.h> |
pascal@20286 | 17 #include <asm/pgtable.h> |