diff options
Diffstat (limited to 'arch/powerpc/platforms/powermac')
-rw-r--r-- | arch/powerpc/platforms/powermac/pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/powermac/pci.c b/arch/powerpc/platforms/powermac/pci.c index a2e9b36f61ef..6bbf3c881711 100644 --- a/arch/powerpc/platforms/powermac/pci.c +++ b/arch/powerpc/platforms/powermac/pci.c | |||
@@ -994,9 +994,8 @@ void __init pmac_pci_init(void) | |||
994 | struct device_node *np, *root; | 994 | struct device_node *np, *root; |
995 | struct device_node *ht = NULL; | 995 | struct device_node *ht = NULL; |
996 | 996 | ||
997 | #ifdef CONFIG_PPC32 | ||
998 | ppc_pci_flags = PPC_PCI_CAN_SKIP_ISA_ALIGN; | 997 | ppc_pci_flags = PPC_PCI_CAN_SKIP_ISA_ALIGN; |
999 | #endif | 998 | |
1000 | root = of_find_node_by_path("/"); | 999 | root = of_find_node_by_path("/"); |
1001 | if (root == NULL) { | 1000 | if (root == NULL) { |
1002 | printk(KERN_CRIT "pmac_pci_init: can't find root " | 1001 | printk(KERN_CRIT "pmac_pci_init: can't find root " |