netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* dnet: remove duplicated #include
@ 2009-03-18 12:21 Huang Weiyi
  2009-03-18 21:32 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Huang Weiyi @ 2009-03-18 12:21 UTC (permalink / raw)
  To: davem; +Cc: netdev

Removed duplicated #include in drivers/net/dnet.c.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>

diff --git a/drivers/net/dnet.c b/drivers/net/dnet.c
index 5c347f7..8a98d40 100644
--- a/drivers/net/dnet.c
+++ b/drivers/net/dnet.c
@@ -21,7 +21,6 @@
  #include <linux/dma-mapping.h>
  #include <linux/platform_device.h>
  #include <linux/phy.h>
-#include <linux/platform_device.h>

  #include "dnet.h"


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

* Re: dnet: remove duplicated #include
  2009-03-18 12:21 dnet: remove duplicated #include Huang Weiyi
@ 2009-03-18 21:32 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-03-18 21:32 UTC (permalink / raw)
  To: weiyi.huang; +Cc: netdev

From: Huang Weiyi <weiyi.huang@gmail.com>
Date: Wed, 18 Mar 2009 20:21:37 +0800

> Removed duplicated #include in drivers/net/dnet.c.
> 
> Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
> 
> diff --git a/drivers/net/dnet.c b/drivers/net/dnet.c
> index 5c347f7..8a98d40 100644
> --- a/drivers/net/dnet.c
> +++ b/drivers/net/dnet.c
> @@ -21,7 +21,6 @@
>   #include <linux/dma-mapping.h>
>   #include <linux/platform_device.h>
>   #include <linux/phy.h>
> -#include <linux/platform_device.h>
> 

This patch has been corrupted by your email client, there should
be one space before each unmodified line in the patch but
there are instead two here.

Really, for a simple one-line change like this, all of the work
of integrating the change are the important issues like this,
so please fix this up and try to get it right in the future.

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

end of thread, other threads:[~2009-03-18 21:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-18 12:21 dnet: remove duplicated #include Huang Weiyi
2009-03-18 21:32 ` 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).