dnet: remove duplicated #include

Previous thread: Re: [ANNOUNCE]: First release of nftables by Meelis Roos on Wednesday, March 18, 2009 - 5:00 am. (4 messages)

Next thread: Question: igmp behavior on interface change by Neil Horman on Wednesday, March 18, 2009 - 7:03 am. (1 message)
From: Huang Weiyi
Date: Wednesday, March 18, 2009 - 5:21 am

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"

--

From: David Miller
Date: Wednesday, March 18, 2009 - 2:32 pm

From: Huang Weiyi <weiyi.huang@gmail.com>

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

Previous thread: Re: [ANNOUNCE]: First release of nftables by Meelis Roos on Wednesday, March 18, 2009 - 5:00 am. (4 messages)

Next thread: Question: igmp behavior on interface change by Neil Horman on Wednesday, March 18, 2009 - 7:03 am. (1 message)