diff options
author | Duan Jiong <djduanjiong@gmail.com> | 2012-07-15 22:29:05 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-17 01:16:40 -0400 |
commit | cbc89c8cf279b85edc95b4ae40a9e7e1edf2dfae (patch) | |
tree | 8d5e43ae21bfe46f703917a3d1a49dfe4c231b5c /drivers/net/ethernet/nxp/lpc_eth.c | |
parent | a6df1ae9383697c4eb1365176002f154982325ad (diff) |
lpc_eth: remove duplicated include
Remove duplicated #include <linux/delay.h> in
drivers/net/ethernet/nxp/lpc_eth.c
Signed-off-by: Duan Jiong<djduanjiong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/nxp/lpc_eth.c')
-rw-r--r-- | drivers/net/ethernet/nxp/lpc_eth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/nxp/lpc_eth.c b/drivers/net/ethernet/nxp/lpc_eth.c index e7d2496a4738..4069edab229e 100644 --- a/drivers/net/ethernet/nxp/lpc_eth.c +++ b/drivers/net/ethernet/nxp/lpc_eth.c | |||
@@ -44,7 +44,6 @@ | |||
44 | #include <linux/of_net.h> | 44 | #include <linux/of_net.h> |
45 | #include <linux/types.h> | 45 | #include <linux/types.h> |
46 | 46 | ||
47 | #include <linux/delay.h> | ||
48 | #include <linux/io.h> | 47 | #include <linux/io.h> |
49 | #include <mach/board.h> | 48 | #include <mach/board.h> |
50 | #include <mach/platform.h> | 49 | #include <mach/platform.h> |