* [PATCH] net: remove two duplicated include
@ 2009-03-25 3:31 Jianjun Kong
2009-03-25 6:24 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Jianjun Kong @ 2009-03-25 3:31 UTC (permalink / raw)
To: netdev; +Cc: David S. Miller
net: remove two duplicated include
Signed-off-by: Jianjun Kong <jianjun@zeuux.org>
---
drivers/net/atl1c/atl1c.h | 1 -
drivers/net/dnet.c | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/net/atl1c/atl1c.h b/drivers/net/atl1c/atl1c.h
index ac11b84..e1658ef 100644
--- a/drivers/net/atl1c/atl1c.h
+++ b/drivers/net/atl1c/atl1c.h
@@ -45,7 +45,6 @@
#include <linux/vmalloc.h>
#include <linux/pagemap.h>
#include <linux/tcp.h>
-#include <linux/mii.h>
#include <linux/ethtool.h>
#include <linux/if_vlan.h>
#include <linux/workqueue.h>
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"
--
1.5.6.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] net: remove two duplicated include
2009-03-25 3:31 [PATCH] net: remove two duplicated include Jianjun Kong
@ 2009-03-25 6:24 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-03-25 6:24 UTC (permalink / raw)
To: jianjun; +Cc: netdev
From: Jianjun Kong <jianjun@zeuux.org>
Date: Wed, 25 Mar 2009 11:31:32 +0800
> 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"
>
> --
> 1.5.6.3
>
This one is already in the net-next-2.6 tree
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-25 6:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-25 3:31 [PATCH] net: remove two duplicated include Jianjun Kong
2009-03-25 6:24 ` 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).