diff mbox

dnet: remove duplicated #include

Message ID 49C0E751.4010902@gmail.com
State Changes Requested, archived
Delegated to: David Miller
Headers show

Commit Message

Huang Weiyi March 18, 2009, 12:21 p.m. UTC
Removed duplicated #include in drivers/net/dnet.c.

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

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller March 18, 2009, 9:32 p.m. UTC | #1
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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" 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/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"