diff options
author | Chaehyun Lim <chaehyun.lim@gmail.com> | 2016-06-30 08:23:54 -0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2016-07-08 02:43:59 -0400 |
commit | a3dadad73324e95a461235ec016e686445bd468d (patch) | |
tree | 7a9a1db29043d89cb66c4b3c936e28b3daf43975 /drivers/net/wireless | |
parent | 6d68f7900d2572372557dc8d96b6377bc8512f69 (diff) |
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')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/htc.h | 1 |
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 @@ | |||
22 | #include <linux/list.h> | 22 | #include <linux/list.h> |
23 | #include <linux/bug.h> | 23 | #include <linux/bug.h> |
24 | #include <linux/skbuff.h> | 24 | #include <linux/skbuff.h> |
25 | #include <linux/semaphore.h> | ||
26 | #include <linux/timer.h> | 25 | #include <linux/timer.h> |
27 | 26 | ||
28 | struct ath10k; | 27 | struct ath10k; |