[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160621114539.15313-1-chaehyun.lim@gmail.com>
Date: Tue, 21 Jun 2016 20:45:38 +0900
From: Chaehyun Lim <chaehyun.lim@...il.com>
To: kvalo@....qualcomm.com
Cc: ath10k@...ts.infradead.org, linux-wireless@...r.kernel.org,
netdev@...r.kernel.org, Chaehyun Lim <chaehyun.lim@...il.com>
Subject: [PATCH 1/2] ath10k: remove unused <linux/semaphore.h>
<linux/semaphore.h> is not used anymore, so just remove it.
Signed-off-by: Chaehyun Lim <chaehyun.lim@...il.com>
---
drivers/net/wireless/ath/ath10k/htc.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath10k/htc.h b/drivers/net/wireless/ath/ath10k/htc.h
index cc82718..0c55cd9 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;
--
2.9.0
Powered by blists - more mailing lists