All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND] lpc_eth: remove duplicated include
@ 2012-07-16 12:29 Duan Jiong
  2012-07-17  5:17 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Duan Jiong @ 2012-07-16 12:29 UTC (permalink / raw)
  To: davem; +Cc: netdev

Remove duplicated #include <linux/delay.h> in
drivers/net/ethernet/nxp/lpc_eth.c

Signed-off-by: Duan Jiong<djduanjiong@gmail.com>
---
 drivers/net/ethernet/nxp/lpc_eth.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/nxp/lpc_eth.c b/drivers/net/ethernet/nxp/lpc_eth.c
index 083d671..a1fe179 100644
--- a/drivers/net/ethernet/nxp/lpc_eth.c
+++ b/drivers/net/ethernet/nxp/lpc_eth.c
@@ -44,7 +44,6 @@
 #include <linux/of_net.h>
 #include <linux/types.h>
 
-#include <linux/delay.h>
 #include <linux/io.h>
 #include <mach/board.h>
 #include <mach/platform.h>
-- 
1.7.9.5

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

* Re: [RESEND] lpc_eth: remove duplicated include
  2012-07-16 12:29 [RESEND] lpc_eth: remove duplicated include Duan Jiong
@ 2012-07-17  5:17 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-07-17  5:17 UTC (permalink / raw)
  To: djduanjiong; +Cc: netdev

From: Duan Jiong <djduanjiong@gmail.com>
Date: Mon, 16 Jul 2012 20:29:05 +0800

> Remove duplicated #include <linux/delay.h> in
> drivers/net/ethernet/nxp/lpc_eth.c
> 
> Signed-off-by: Duan Jiong<djduanjiong@gmail.com>

Applied, thanks.

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

end of thread, other threads:[~2012-07-17  5:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-16 12:29 [RESEND] lpc_eth: remove duplicated include Duan Jiong
2012-07-17  5:17 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.