diff options
Diffstat (limited to 'arch/ppc/boot/simple/iic.c')
-rw-r--r-- | arch/ppc/boot/simple/iic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/boot/simple/iic.c b/arch/ppc/boot/simple/iic.c index e4efd838bfaa..5e91489426b4 100644 --- a/arch/ppc/boot/simple/iic.c +++ b/arch/ppc/boot/simple/iic.c | |||
@@ -5,7 +5,7 @@ | |||
5 | #include <linux/types.h> | 5 | #include <linux/types.h> |
6 | #include <asm/uaccess.h> | 6 | #include <asm/uaccess.h> |
7 | #include <asm/mpc8xx.h> | 7 | #include <asm/mpc8xx.h> |
8 | #include <asm/commproc.h> | 8 | #include <asm/cpm1.h> |
9 | 9 | ||
10 | 10 | ||
11 | /* IIC functions. | 11 | /* IIC functions. |