aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/htc.h
diff options
context:
space:
mode:
authorChaehyun Lim <chaehyun.lim@gmail.com>2016-06-30 15:23:54 +0300
committerKalle Valo <kvalo@qca.qualcomm.com>2016-07-08 09:43:59 +0300
commita3dadad73324e95a461235ec016e686445bd468d (patch)
tree7a9a1db29043d89cb66c4b3c936e28b3daf43975 /drivers/net/wireless/ath/ath10k/htc.h
parentath10k: ensure peer_map references are cleaned up (diff)
downloadlinux-a3dadad73324e95a461235ec016e686445bd468d.tar.xz
linux-a3dadad73324e95a461235ec016e686445bd468d.zip
ath10k: remove unused <linux/semaphore.h>
<linux/semaphore.h> is not used anymore, so just remove the include. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/htc.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/htc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/htc.h b/drivers/net/wireless/ath/ath10k/htc.h
index cc827185d3e9..0c55cd92a951 100644
--- a/drivers/net/wireless/ath/ath10k/htc.h
+++ b/drivers/net/wireless/ath/ath10k/htc.h
@@ -22,7 +22,6 @@
#include <linux/list.h>
#include <linux/bug.h>
#include <linux/skbuff.h>
-#include <linux/semaphore.h>
#include <linux/timer.h>
struct ath10k;