[POWERPC] fix building without PCI

Some code looks can be configured to be built without
PCI support, but does not work properly.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Tento commit je obsažen v:
Arnd Bergmann
2007-06-18 01:06:57 +02:00
odevzdal Kumar Gala
rodič 3dfaa762b5
revize d665840867
2 změnil soubory, kde provedl 4 přidání a 1 odebrání

Zobrazit soubor

@@ -252,6 +252,8 @@ define_machine(efika)
.progress = rtas_progress,
.get_boot_time = rtas_get_boot_time,
.calibrate_decr = generic_calibrate_decr,
#ifdef CONFIG_PCI
.phys_mem_access_prot = pci_phys_mem_access_prot,
#endif
};