* [PATCH] igb: remove duplicated #include
@ 2011-07-23 8:20 Huang Weiyi
2011-07-23 8:24 ` Jeff Kirsher
2011-07-24 3:02 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Huang Weiyi @ 2011-07-23 8:20 UTC (permalink / raw)
To: jeffrey.t.kirsher; +Cc: netdev, Huang Weiyi
Remove duplicated #include('s) in
drivers/net/igb/igb_main.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
---
drivers/net/igb/igb_main.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c
index cb8c6bb..dc59905 100644
--- a/drivers/net/igb/igb_main.c
+++ b/drivers/net/igb/igb_main.c
@@ -47,7 +47,6 @@
#include <linux/if_ether.h>
#include <linux/aer.h>
#include <linux/prefetch.h>
-#include <linux/if_vlan.h>
#ifdef CONFIG_IGB_DCA
#include <linux/dca.h>
#endif
--
1.5.6.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] igb: remove duplicated #include
2011-07-23 8:20 [PATCH] igb: remove duplicated #include Huang Weiyi
@ 2011-07-23 8:24 ` Jeff Kirsher
2011-07-24 3:02 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Jeff Kirsher @ 2011-07-23 8:24 UTC (permalink / raw)
To: Huang Weiyi; +Cc: netdev@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 726 bytes --]
On Sat, 2011-07-23 at 01:20 -0700, Huang Weiyi wrote:
> Remove duplicated #include('s) in
> drivers/net/igb/igb_main.c
>
> Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
> ---
> drivers/net/igb/igb_main.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c
> index cb8c6bb..dc59905 100644
> --- a/drivers/net/igb/igb_main.c
> +++ b/drivers/net/igb/igb_main.c
> @@ -47,7 +47,6 @@
> #include <linux/if_ether.h>
> #include <linux/aer.h>
> #include <linux/prefetch.h>
> -#include <linux/if_vlan.h>
> #ifdef CONFIG_IGB_DCA
> #include <linux/dca.h>
> #endif
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] igb: remove duplicated #include
2011-07-23 8:20 [PATCH] igb: remove duplicated #include Huang Weiyi
2011-07-23 8:24 ` Jeff Kirsher
@ 2011-07-24 3:02 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2011-07-24 3:02 UTC (permalink / raw)
To: weiyi.huang; +Cc: jeffrey.t.kirsher, netdev
From: Huang Weiyi <weiyi.huang@gmail.com>
Date: Sat, 23 Jul 2011 16:20:01 +0800
> Remove duplicated #include('s) in
> drivers/net/igb/igb_main.c
>
> Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-07-24 3:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-23 8:20 [PATCH] igb: remove duplicated #include Huang Weiyi
2011-07-23 8:24 ` Jeff Kirsher
2011-07-24 3:02 ` 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).