diff options
Diffstat (limited to 'arch/ppc64/kernel/bpa_setup.c')
-rw-r--r-- | arch/ppc64/kernel/bpa_setup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/bpa_setup.c b/arch/ppc64/kernel/bpa_setup.c index 0a43d8a93d76..57b3db66f458 100644 --- a/arch/ppc64/kernel/bpa_setup.c +++ b/arch/ppc64/kernel/bpa_setup.c | |||
@@ -46,6 +46,7 @@ | |||
46 | 46 | ||
47 | #include "pci.h" | 47 | #include "pci.h" |
48 | #include "bpa_iic.h" | 48 | #include "bpa_iic.h" |
49 | #include "bpa_iommu.h" | ||
49 | 50 | ||
50 | #ifdef DEBUG | 51 | #ifdef DEBUG |
51 | #define DBG(fmt...) udbg_printf(fmt) | 52 | #define DBG(fmt...) udbg_printf(fmt) |
@@ -107,7 +108,7 @@ static void __init bpa_init_early(void) | |||
107 | 108 | ||
108 | hpte_init_native(); | 109 | hpte_init_native(); |
109 | 110 | ||
110 | pci_direct_iommu_init(); | 111 | bpa_init_iommu(); |
111 | 112 | ||
112 | ppc64_interrupt_controller = IC_BPA_IIC; | 113 | ppc64_interrupt_controller = IC_BPA_IIC; |
113 | 114 | ||