diff options
Diffstat (limited to 'arch/ppc64/kernel/iSeries_setup.c')
-rw-r--r-- | arch/ppc64/kernel/iSeries_setup.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/iSeries_setup.c b/arch/ppc64/kernel/iSeries_setup.c index e80cfc570929..3d3ed631499a 100644 --- a/arch/ppc64/kernel/iSeries_setup.c +++ b/arch/ppc64/kernel/iSeries_setup.c | |||
@@ -47,7 +47,7 @@ | |||
47 | #include <asm/paca.h> | 47 | #include <asm/paca.h> |
48 | #include <asm/cache.h> | 48 | #include <asm/cache.h> |
49 | #include <asm/sections.h> | 49 | #include <asm/sections.h> |
50 | #include <asm/iSeries/LparData.h> | 50 | #include <asm/abs_addr.h> |
51 | #include <asm/iSeries/HvCallHpt.h> | 51 | #include <asm/iSeries/HvCallHpt.h> |
52 | #include <asm/iSeries/HvLpConfig.h> | 52 | #include <asm/iSeries/HvLpConfig.h> |
53 | #include <asm/iSeries/HvCallEvent.h> | 53 | #include <asm/iSeries/HvCallEvent.h> |
@@ -58,6 +58,9 @@ | |||
58 | #include <asm/iSeries/mf.h> | 58 | #include <asm/iSeries/mf.h> |
59 | #include <asm/iSeries/HvLpEvent.h> | 59 | #include <asm/iSeries/HvLpEvent.h> |
60 | #include <asm/iSeries/iSeries_irq.h> | 60 | #include <asm/iSeries/iSeries_irq.h> |
61 | #include <asm/iSeries/IoHriProcessorVpd.h> | ||
62 | #include <asm/iSeries/ItVpdAreas.h> | ||
63 | #include <asm/iSeries/LparMap.h> | ||
61 | 64 | ||
62 | extern void hvlog(char *fmt, ...); | 65 | extern void hvlog(char *fmt, ...); |
63 | 66 | ||