Skip to content

Commit

Permalink
lpc_eth: remove duplicated include
Browse files Browse the repository at this point in the history
Remove duplicated #include <linux/delay.h> in
drivers/net/ethernet/nxp/lpc_eth.c

Signed-off-by: Duan Jiong<[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
duanjiong authored and davem330 committed Jul 17, 2012
1 parent a6df1ae commit cbc89c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/nxp/lpc_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cbc89c8

Please sign in to comment.