diff mbox

[1/2] ath10k: remove unused <linux/semaphore.h>

Message ID 20160621114539.15313-1-chaehyun.lim@gmail.com (mailing list archive)
State Not Applicable
Delegated to: Kalle Valo
Headers show

Commit Message

Chaehyun Lim June 21, 2016, 11:45 a.m. UTC
<linux/semaphore.h> is not used anymore, so just remove it.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
---
 drivers/net/wireless/ath/ath10k/htc.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Sergei Shtylyov June 21, 2016, 1:46 p.m. UTC | #1
Hello.

On 6/21/2016 2:45 PM, Chaehyun Lim wrote:

> <linux/semaphore.h> is not used anymore, so just remove it.

    s/it/#include/?

> Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
[...]

> 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;

MBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Kalle Valo June 30, 2016, 11:26 a.m. UTC | #2
Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> writes:

> On 6/21/2016 2:45 PM, Chaehyun Lim wrote:
>
>> <linux/semaphore.h> is not used anymore, so just remove it.
>
>    s/it/#include/?

Fixed that in the pending branch.
Kalle Valo July 8, 2016, 6:44 a.m. UTC | #3
Chaehyun Lim <chaehyun.lim@gmail.com> wrote:
> <linux/semaphore.h> is not used anymore, so just remove it.
> 
> Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>

Thanks, 1 patch applied to ath-next branch of ath.git:

a3dadad73324 ath10k: remove unused <linux/semaphore.h>
diff mbox

Patch

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;