summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2011-08-29 13:54:59 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-09-06 11:46:20 -0700
commit939161571c01670ecc7e33a6b880ed812a17bbc6 (patch)
tree5ec81a733cf6e9c1048b876b4a5f45b3328165b6 /drivers/staging/rtl8192e
parentaef6bc745880d5b97b3244d1bf7fdc3860a2fb2b (diff)
downloadop-kernel-dev-939161571c01670ecc7e33a6b880ed812a17bbc6.zip
op-kernel-dev-939161571c01670ecc7e33a6b880ed812a17bbc6.tar.gz
staging: fix rtl8192e build errors
drivers/staging/rtl8192e/rtllib.h:2329: error: field 'wx_sem' has incomplete type drivers/staging/rtl8192e/rtllib.h:2330: error: field 'scan_sem' has incomplete type drivers/staging/rtl8192e/rtllib.h:2331: error: field 'ips_sem' has incomplete type drivers/staging/rtl8192e/rtllib_wx.c:267: error: implicit declaration of function 'down' drivers/staging/rtl8192e/rtllib_wx.c:290: error: implicit declaration of function 'up' Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8192e')
-rw-r--r--drivers/staging/rtl8192e/rtllib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h
index b33cacc..c80460e 100644
--- a/drivers/staging/rtl8192e/rtllib.h
+++ b/drivers/staging/rtl8192e/rtllib.h
@@ -31,6 +31,7 @@
#include <linux/jiffies.h>
#include <linux/timer.h>
#include <linux/sched.h>
+#include <linux/semaphore.h>
#include <linux/delay.h>
#include <linux/wireless.h>
OpenPOWER on IntegriCloud