brcmfmac uses atomic_or(), but does not include linux/atomic.h which
causes problems on kernel 3.0

Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de>
---
 .../network/0013-fix-makefile-includes/brcmfmac.patch          | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 
patches/collateral-evolutions/network/0013-fix-makefile-includes/brcmfmac.patch

diff --git 
a/patches/collateral-evolutions/network/0013-fix-makefile-includes/brcmfmac.patch
 
b/patches/collateral-evolutions/network/0013-fix-makefile-includes/brcmfmac.patch
new file mode 100644
index 0000000..0e0a96c
--- /dev/null
+++ 
b/patches/collateral-evolutions/network/0013-fix-makefile-includes/brcmfmac.patch
@@ -0,0 +1,10 @@
+--- a/drivers/net/wireless/brcm80211/brcmfmac/sdio.c
++++ b/drivers/net/wireless/brcm80211/brcmfmac/sdio.c
+@@ -15,6 +15,7 @@
+  */
+ 
+ #include <linux/types.h>
++#include <linux/atomic.h>
+ #include <linux/kernel.h>
+ #include <linux/kthread.h>
+ #include <linux/printk.h>
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe backports" in

Reply via email to