diff options
Diffstat (limited to 'drivers/net/fec_8xx/fec_main.c')
-rw-r--r-- | drivers/net/fec_8xx/fec_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fec_8xx/fec_main.c b/drivers/net/fec_8xx/fec_main.c index ab9637ab3a8d..ca8d2e83ab03 100644 --- a/drivers/net/fec_8xx/fec_main.c +++ b/drivers/net/fec_8xx/fec_main.c | |||
@@ -35,7 +35,7 @@ | |||
35 | #include <asm/mpc8xx.h> | 35 | #include <asm/mpc8xx.h> |
36 | #include <asm/irq.h> | 36 | #include <asm/irq.h> |
37 | #include <asm/uaccess.h> | 37 | #include <asm/uaccess.h> |
38 | #include <asm/commproc.h> | 38 | #include <asm/cpm1.h> |
39 | 39 | ||
40 | #include "fec_8xx.h" | 40 | #include "fec_8xx.h" |
41 | 41 | ||