diff mbox

[RESEND] lpc_eth: remove duplicated include

Message ID 50040911.5050107@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

duanjiong July 16, 2012, 12:29 p.m. UTC
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(-)

Comments

David Miller July 17, 2012, 5:17 a.m. UTC | #1
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.
--
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/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>