Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

brcmfmac: include linux/atomic.h

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 <hauke@hauke-m.de>
Acked-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

authored by

Hauke Mehrtens and committed by
Kalle Valo
a32be017 29b93c0e

+1
+1
drivers/net/wireless/brcm80211/brcmfmac/sdio.c
··· 15 15 */ 16 16 17 17 #include <linux/types.h> 18 + #include <linux/atomic.h> 18 19 #include <linux/kernel.h> 19 20 #include <linux/kthread.h> 20 21 #include <linux/printk.h>