diff options
author | Chaehyun Lim <chaehyun.lim@gmail.com> | 2016-06-30 15:23:54 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2016-07-08 09:43:59 +0300 |
commit | a3dadad73324e95a461235ec016e686445bd468d (patch) | |
tree | 7a9a1db29043d89cb66c4b3c936e28b3daf43975 /drivers/net/wireless/ath/ath10k/htc.h | |
parent | 6d68f7900d2572372557dc8d96b6377bc8512f69 (diff) | |
download | linux-a3dadad73324e95a461235ec016e686445bd468d.tar.xz |
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.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 @@ #include <linux/list.h> #include <linux/bug.h> #include <linux/skbuff.h> -#include <linux/semaphore.h> #include <linux/timer.h> struct ath10k; |