netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] qlcnic: remove duplicated include from qlcnic_sysfs.c
@ 2012-12-01  6:01 Wei Yongjun
  2012-12-01  6:20 ` Sony Chacko
  2012-12-01 16:37 ` David Miller
  0 siblings, 2 replies; 5+ messages in thread
From: Wei Yongjun @ 2012-12-01  6:01 UTC (permalink / raw)
  To: jitendra.kalsaria, sony.chacko, davem; +Cc: yongjun_wei, linux-driver, netdev

From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
index 10a702a..bdaa8ce 100644
--- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
+++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
@@ -13,8 +13,6 @@
 #include <linux/aer.h>
 #include <linux/log2.h>
 
-#include <linux/sysfs.h>
-
 int qlcnicvf_config_bridged_mode(struct qlcnic_adapter *adapter, u32 enable)
 {
 	return -EOPNOTSUPP;

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* RE: [PATCH -next] qlcnic: remove duplicated include from qlcnic_sysfs.c
  2012-12-01  6:01 [PATCH -next] qlcnic: remove duplicated include from qlcnic_sysfs.c Wei Yongjun
@ 2012-12-01  6:20 ` Sony Chacko
  2012-12-01 16:37 ` David Miller
  1 sibling, 0 replies; 5+ messages in thread
From: Sony Chacko @ 2012-12-01  6:20 UTC (permalink / raw)
  To: Wei Yongjun, Jitendra Kalsaria, David Miller
  Cc: yongjun_wei@trendmicro.com.cn, Dept-Eng Linux Driver, netdev

> -----Original Message-----
> From: Wei Yongjun [mailto:weiyj.lk@gmail.com]
> Sent: Friday, November 30, 2012 10:01 PM
> To: Jitendra Kalsaria; Sony Chacko; David Miller
> Cc: yongjun_wei@trendmicro.com.cn; Dept-Eng Linux Driver; netdev
> Subject: [PATCH -next] qlcnic: remove duplicated include from qlcnic_sysfs.c
> 
> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> 
> Remove duplicated include.
> 
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> ---
>  drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
> b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
> index 10a702a..bdaa8ce 100644
> --- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
> +++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
> @@ -13,8 +13,6 @@
>  #include <linux/aer.h>
>  #include <linux/log2.h>
> 
> -#include <linux/sysfs.h>
> -
>  int qlcnicvf_config_bridged_mode(struct qlcnic_adapter *adapter, u32
> enable)  {
>  	return -EOPNOTSUPP;

Thanks, Wei.

Acked-by: Sony Chacko <sony.chacko@qlogic.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH -next] qlcnic: remove duplicated include from qlcnic_sysfs.c
  2012-12-01  6:01 [PATCH -next] qlcnic: remove duplicated include from qlcnic_sysfs.c Wei Yongjun
  2012-12-01  6:20 ` Sony Chacko
@ 2012-12-01 16:37 ` David Miller
  1 sibling, 0 replies; 5+ messages in thread
From: David Miller @ 2012-12-01 16:37 UTC (permalink / raw)
  To: weiyj.lk
  Cc: jitendra.kalsaria, sony.chacko, yongjun_wei, linux-driver, netdev

From: Wei Yongjun <weiyj.lk@gmail.com>
Date: Sat, 1 Dec 2012 01:01:25 -0500

> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> 
> Remove duplicated include.
> 
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Applied.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH -next] qlcnic: remove duplicated include from qlcnic_sysfs.c
@ 2013-03-11 14:29 Wei Yongjun
  2013-03-12 12:15 ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Wei Yongjun @ 2013-03-11 14:29 UTC (permalink / raw)
  To: jitendra.kalsaria, sony.chacko; +Cc: yongjun_wei, linux-driver, netdev

From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
index 987fb6f..4e464dc 100644
--- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
+++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
@@ -21,8 +21,6 @@
 #include <linux/aer.h>
 #include <linux/log2.h>
 
-#include <linux/sysfs.h>
-
 #define QLC_STATUS_UNSUPPORTED_CMD	-2
 
 int qlcnicvf_config_bridged_mode(struct qlcnic_adapter *adapter, u32 enable)

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH -next] qlcnic: remove duplicated include from qlcnic_sysfs.c
  2013-03-11 14:29 Wei Yongjun
@ 2013-03-12 12:15 ` David Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2013-03-12 12:15 UTC (permalink / raw)
  To: weiyj.lk
  Cc: jitendra.kalsaria, sony.chacko, yongjun_wei, linux-driver, netdev

From: Wei Yongjun <weiyj.lk@gmail.com>
Date: Mon, 11 Mar 2013 22:29:50 +0800

> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> 
> Remove duplicated include.
> 
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Applied.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-03-12 12:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-01  6:01 [PATCH -next] qlcnic: remove duplicated include from qlcnic_sysfs.c Wei Yongjun
2012-12-01  6:20 ` Sony Chacko
2012-12-01 16:37 ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2013-03-11 14:29 Wei Yongjun
2013-03-12 12:15 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).