summaryrefslogtreecommitdiffstats
path: root/board/stxssa/stxssa.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/stxssa/stxssa.c')
-rw-r--r--board/stxssa/stxssa.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/stxssa/stxssa.c b/board/stxssa/stxssa.c
index 9a2bfbef8e..9bacb98d86 100644
--- a/board/stxssa/stxssa.c
+++ b/board/stxssa/stxssa.c
@@ -381,9 +381,11 @@ static struct pci_config_table pci_stxgp3_config_table[] = {
static struct pci_controller hose[] = {
#ifndef CONFIG_PCI_PNP
{ config_table: pci_stxgp3_config_table,},
-#ifdef CONFIG_MPC85XX_PCI2
+#else
{},
#endif
+#ifdef CONFIG_MPC85XX_PCI2
+ {},
#endif
};
OpenPOWER on IntegriCloud