staging: brcm80211: add include file for using semaphore related definitions
authorArend van Spriel <arend@broadcom.com>
Tue, 23 Nov 2010 07:04:29 +0000 (08:04 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 29 Nov 2010 19:36:34 +0000 (11:36 -0800)
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>
drivers/staging/brcm80211/brcmfmac/wl_iw.c

index d583b9d..e714d6a 100644 (file)
@@ -15,6 +15,7 @@
  */
 
 #include <linux/kthread.h>
+#include <linux/semaphore.h>
 #include <bcmdefs.h>
 #include <linux/netdevice.h>
 #include <osl.h>