]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ath10k: remove unused <linux/semaphore.h>
authorChaehyun Lim <chaehyun.lim@gmail.com>
Thu, 30 Jun 2016 12:23:54 +0000 (15:23 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 8 Jul 2016 06:43:59 +0000 (09:43 +0300)
<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>
drivers/net/wireless/ath/ath10k/htc.h

index cc827185d3e9145a82b087bf235d0e57c2adbea7..0c55cd92a951722d72f9cfc79c96da4e62cdc676 100644 (file)
@@ -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;