diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-03-04 01:04:44 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-03-08 23:03:26 -0500 |
commit | bed59275810a55500e885cbdc5c2a0507f13c00e (patch) | |
tree | 9f0fba370b8a65a15c19ecab9e48df3f9264dc13 /arch/powerpc/platforms/pseries/setup.c | |
parent | be9e95b17e150c7b6933cb2f1e1c46a501976080 (diff) |
[POWERPC] Allow pSeries to build without CONFIG_PCI
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/pseries/setup.c')
-rw-r--r-- | arch/powerpc/platforms/pseries/setup.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pseries/setup.c b/arch/powerpc/platforms/pseries/setup.c index 34aff47b1f55..ff87b1ad8ce9 100644 --- a/arch/powerpc/platforms/pseries/setup.c +++ b/arch/powerpc/platforms/pseries/setup.c | |||
@@ -65,6 +65,7 @@ | |||
65 | #include <asm/udbg.h> | 65 | #include <asm/udbg.h> |
66 | #include <asm/smp.h> | 66 | #include <asm/smp.h> |
67 | #include <asm/firmware.h> | 67 | #include <asm/firmware.h> |
68 | #include <asm/eeh.h> | ||
68 | 69 | ||
69 | #include "plpar_wrappers.h" | 70 | #include "plpar_wrappers.h" |
70 | #include "pseries.h" | 71 | #include "pseries.h" |
@@ -514,6 +515,10 @@ void pSeries_power_off(void) | |||
514 | for (;;); | 515 | for (;;); |
515 | } | 516 | } |
516 | 517 | ||
518 | #ifndef CONFIG_PCI | ||
519 | void pSeries_final_fixup(void) { } | ||
520 | #endif | ||
521 | |||
517 | define_machine(pseries) { | 522 | define_machine(pseries) { |
518 | .name = "pSeries", | 523 | .name = "pSeries", |
519 | .probe = pSeries_probe, | 524 | .probe = pSeries_probe, |