diff options
Diffstat (limited to 'arch/mips/loongson/common/pci.c')
-rw-r--r-- | arch/mips/loongson/common/pci.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/loongson/common/pci.c b/arch/mips/loongson/common/pci.c index 003ab4e618b3..4e2575643781 100644 --- a/arch/mips/loongson/common/pci.c +++ b/arch/mips/loongson/common/pci.c | |||
@@ -78,6 +78,8 @@ static void __init setup_pcimap(void) | |||
78 | #endif | 78 | #endif |
79 | } | 79 | } |
80 | 80 | ||
81 | extern int sbx00_acpi_init(void); | ||
82 | |||
81 | static int __init pcibios_init(void) | 83 | static int __init pcibios_init(void) |
82 | { | 84 | { |
83 | setup_pcimap(); | 85 | setup_pcimap(); |
@@ -89,6 +91,10 @@ static int __init pcibios_init(void) | |||
89 | #endif | 91 | #endif |
90 | register_pci_controller(&loongson_pci_controller); | 92 | register_pci_controller(&loongson_pci_controller); |
91 | 93 | ||
94 | #ifdef CONFIG_CPU_LOONGSON3 | ||
95 | sbx00_acpi_init(); | ||
96 | #endif | ||
97 | |||
92 | return 0; | 98 | return 0; |
93 | } | 99 | } |
94 | 100 | ||