diff mbox

[-next] cw1200: remove duplicated include from wsm.c

Message ID CAPgLHd_=MWYEYniddEJNBJGDBJyoDC1S2HV+Pnn1GugwM+PQgg@mail.gmail.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Wei Yongjun May 30, 2013, 11:41 a.m. UTC
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 drivers/net/wireless/cw1200/wsm.c | 1 -
 1 file changed, 1 deletion(-)


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

Comments

Solomon Peachy June 1, 2013, 12:02 p.m. UTC | #1
On Thu, May 30, 2013 at 07:41:11PM +0800, Wei Yongjun wrote:
> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> 
> Remove duplicated include.
> 
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Acked-by: Solomon Peachy <pizza@shaftnet.org>

> ---
>  drivers/net/wireless/cw1200/wsm.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/net/wireless/cw1200/wsm.c b/drivers/net/wireless/cw1200/wsm.c
> index 4db6cc1..f3fd9b2 100644
> --- a/drivers/net/wireless/cw1200/wsm.c
> +++ b/drivers/net/wireless/cw1200/wsm.c
> @@ -12,7 +12,6 @@
>  
>  #include <linux/skbuff.h>
>  #include <linux/wait.h>
> -#include <linux/skbuff.h>
>  #include <linux/delay.h>
>  #include <linux/sched.h>
>  #include <linux/random.h>
> 
> --
> 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
diff mbox

Patch

diff --git a/drivers/net/wireless/cw1200/wsm.c b/drivers/net/wireless/cw1200/wsm.c
index 4db6cc1..f3fd9b2 100644
--- a/drivers/net/wireless/cw1200/wsm.c
+++ b/drivers/net/wireless/cw1200/wsm.c
@@ -12,7 +12,6 @@ 
 
 #include <linux/skbuff.h>
 #include <linux/wait.h>
-#include <linux/skbuff.h>
 #include <linux/delay.h>
 #include <linux/sched.h>
 #include <linux/random.h>