Skip to content

Commit 5a5967d

Browse files
Fabio Estevamdavem330
authored andcommitted
fec: Remove unneeded asm header files
There is nothing in the driver that requires <asm/coldfire.h> and <asm/mcfsim.h>. Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 2551c40 commit 5a5967d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/net/ethernet/freescale/fec_main.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@
5252

5353
#include <asm/cacheflush.h>
5454

55-
#ifndef CONFIG_ARM
56-
#include <asm/coldfire.h>
57-
#include <asm/mcfsim.h>
58-
#endif
59-
6055
#include "fec.h"
6156

6257
#if defined(CONFIG_ARM)

0 commit comments

Comments
 (0)