Browse Source

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>
Arend van Spriel 14 years ago
parent
commit
7c8bc0147f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/brcm80211/brcmfmac/wl_iw.c

+ 1 - 0
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>