Re: brcmfmac: include linux/atomic.h

2015-09-29 Thread Kalle Valo
> brcmfmac uses atomic_or() and other atomic_* functions, but does not > include linux/atomic.h. This file gets included by some other header > file so this normally does not cause problems. > > Signed-off-by: Hauke Mehrtens > Acked-by: Arend van Spriel Thanks, applied to wireless-drivers-next

Re: [PATCH] brcmfmac: include linux/atomic.h

2015-09-19 Thread Arend van Spriel
On 09/19/2015 12:47 PM, Hauke Mehrtens wrote: brcmfmac uses atomic_or() and other atomic_* functions, but does not include linux/atomic.h. This file gets included by some other header file so this normally does not cause problems. Thanks, Hauke Acked-by: Arend van Spriel Signed-off-by: Hauke

[PATCH] brcmfmac: include linux/atomic.h

2015-09-19 Thread Hauke Mehrtens
brcmfmac uses atomic_or() and other atomic_* functions, but does not include linux/atomic.h. This file gets included by some other header file so this normally does not cause problems. Signed-off-by: Hauke Mehrtens --- drivers/net/wireless/brcm80211/brcmfmac/sdio.c | 1 + 1 file changed, 1 inser