summaryrefslogtreecommitdiff
path: root/patches/0013-fix-makefile-includes/brcmfmac.patch
blob: f4781c8e500e73647e98b77fb59cd69a8cefc156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
brcmf_bus_ops.txdata() uses a paramater of type struct sk_buff which
was not declared here when compiling against kernele 4.8 and older.

--- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bus.h
+++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bus.h
@@ -6,6 +6,7 @@
 #ifndef BRCMFMAC_BUS_H
 #define BRCMFMAC_BUS_H
 
+#include <linux/skbuff.h>
 #include "debug.h"
 
 /* IDs of the 6 default common rings of msgbuf protocol */