Re: [v4] brcmfmac: add missing header dependencies

2016-09-03 Thread Kalle Valo
Baoyou Xie wrote: > We get 1 warning when building kernel with W=1: > > drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c:23:6: warning: > no previous prototype for '__brcmf_err' [-Wmissing-prototypes] > > In fact, this function is declared in brcmfmac/debug.h, so this patch > adds

Re: [PATCH v4] brcmfmac: add missing header dependencies

2016-08-30 Thread Kalle Valo
Baoyou Xie writes: > On 29 August 2016 at 23:31, Rafał Miłecki wrote: > > On 29 August 2016 at 14:39, Baoyou Xie wrote: > > We get 1 warning when build kernel with W=1: > > drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c:23:6: > warning: no previous prototype for '

Re: [PATCH v4] brcmfmac: add missing header dependencies

2016-08-29 Thread Rafał Miłecki
On 29 August 2016 at 17:42, Baoyou Xie wrote: > On 29 August 2016 at 23:31, Rafał Miłecki wrote: >> >> On 29 August 2016 at 14:39, Baoyou Xie wrote: >> > We get 1 warning when build kernel with W=1: >> > drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c:23:6: >> > warning: no previou

Re: [PATCH v4] brcmfmac: add missing header dependencies

2016-08-29 Thread Rafał Miłecki
On 29 August 2016 at 14:39, Baoyou Xie wrote: > We get 1 warning when build kernel with W=1: > drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c:23:6: warning: > no previous prototype for '__brcmf_err' [-Wmissing-prototypes] building? I'm not native English, but I think so. > In fa

[PATCH v4] brcmfmac: add missing header dependencies

2016-08-29 Thread Baoyou Xie
We get 1 warning when build kernel with W=1: drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c:23:6: warning: no previous prototype for '__brcmf_err' [-Wmissing-prototypes] In fact, this function is declared in brcmfmac/debug.h, so this patch add missing header dependencies. Signed-o