summaryrefslogtreecommitdiff
path: root/drivers/staging/brcm80211/brcmfmac/wl_iw.c
diff options
context:
space:
mode:
authorArend van Spriel <arend@broadcom.com>2010-11-23 08:04:29 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2010-11-29 11:36:34 -0800
commit7c8bc0147f54ecb43f48d9e898ad7f85cb934db7 (patch)
treee1d9cdbae31dbf4cb403f2e1a6021d08c7de9500 /drivers/staging/brcm80211/brcmfmac/wl_iw.c
parent57d8cd23c2a0d261bdc959201dd4a33a2080bdfb (diff)
downloadlinux-3.10-7c8bc0147f54ecb43f48d9e898ad7f85cb934db7.tar.gz
linux-3.10-7c8bc0147f54ecb43f48d9e898ad7f85cb934db7.tar.bz2
linux-3.10-7c8bc0147f54ecb43f48d9e898ad7f85cb934db7.zip
staging: brcm80211: add include file for using semaphore related definitions
Source wl_iw.c uses semaphore definitions and as such should include <linux/semaphore.h>. Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/brcmfmac/wl_iw.c')
-rw-r--r--drivers/staging/brcm80211/brcmfmac/wl_iw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/brcm80211/brcmfmac/wl_iw.c b/drivers/staging/brcm80211/brcmfmac/wl_iw.c
index d583b9d65d3..e714d6a9452 100644
--- a/drivers/staging/brcm80211/brcmfmac/wl_iw.c
+++ b/drivers/staging/brcm80211/brcmfmac/wl_iw.c
@@ -15,6 +15,7 @@
*/
#include <linux/kthread.h>
+#include <linux/semaphore.h>
#include <bcmdefs.h>
#include <linux/netdevice.h>
#include <osl.h>