diff options
Diffstat (limited to 'arch/ppc/8xx_io/fec.c')
-rw-r--r-- | arch/ppc/8xx_io/fec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/8xx_io/fec.c b/arch/ppc/8xx_io/fec.c index 0288279be9aa..11b0aa6ca97e 100644 --- a/arch/ppc/8xx_io/fec.c +++ b/arch/ppc/8xx_io/fec.c | |||
@@ -53,7 +53,7 @@ | |||
53 | #include <asm/mpc8xx.h> | 53 | #include <asm/mpc8xx.h> |
54 | #include <asm/irq.h> | 54 | #include <asm/irq.h> |
55 | #include <asm/uaccess.h> | 55 | #include <asm/uaccess.h> |
56 | #include <asm/commproc.h> | 56 | #include <asm/cpm1.h> |
57 | 57 | ||
58 | #ifdef CONFIG_USE_MDIO | 58 | #ifdef CONFIG_USE_MDIO |
59 | /* Forward declarations of some structures to support different PHYs | 59 | /* Forward declarations of some structures to support different PHYs |