diff options
Diffstat (limited to 'arch/ppc64/kernel/pmac_setup.c')
-rw-r--r-- | arch/ppc64/kernel/pmac_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/pmac_setup.c b/arch/ppc64/kernel/pmac_setup.c index bb0c3bfbb7e2..497c3cd95bc3 100644 --- a/arch/ppc64/kernel/pmac_setup.c +++ b/arch/ppc64/kernel/pmac_setup.c | |||
@@ -72,9 +72,9 @@ | |||
72 | #include <asm/lmb.h> | 72 | #include <asm/lmb.h> |
73 | #include <asm/smu.h> | 73 | #include <asm/smu.h> |
74 | #include <asm/pmc.h> | 74 | #include <asm/pmc.h> |
75 | #include <asm/mpic.h> | ||
75 | 76 | ||
76 | #include "pmac.h" | 77 | #include "pmac.h" |
77 | #include "mpic.h" | ||
78 | 78 | ||
79 | #ifdef DEBUG | 79 | #ifdef DEBUG |
80 | #define DBG(fmt...) udbg_printf(fmt) | 80 | #define DBG(fmt...) udbg_printf(fmt) |