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-off-by: Baoyou Xie <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de>
---
drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c | 1 +
1 file changed, 1 insertion(+)
On 29 August 2016 at 14:39, Baoyou Xie [off-list ref] 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 fact, this function is declared in brcmfmac/debug.h, so this patch
add missing header dependencies.
On 29 August 2016 at 17:42, Baoyou Xie [off-list ref] wrote:
On 29 August 2016 at 23:31, Rafał Miłecki [off-list ref] wrote:
quoted
On 29 August 2016 at 14:39, Baoyou Xie [off-list ref] wrote:
quoted
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.
quoted
In fact, this function is declared in brcmfmac/debug.h, so this patch
add missing header dependencies.
From: Kalle Valo <hidden> Date: 2016-09-03 10:11:13
Baoyou Xie [off-list ref] 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 missing header dependencies.
Signed-off-by: Baoyou Xie <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de>