diff options
Diffstat (limited to 'arch/mips/pci/pcie-octeon.c')
-rw-r--r-- | arch/mips/pci/pcie-octeon.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/pci/pcie-octeon.c b/arch/mips/pci/pcie-octeon.c index 861361e0c9af..385f035b24e4 100644 --- a/arch/mips/pci/pcie-octeon.c +++ b/arch/mips/pci/pcie-octeon.c | |||
@@ -75,6 +75,8 @@ union cvmx_pcie_address { | |||
75 | } mem; | 75 | } mem; |
76 | }; | 76 | }; |
77 | 77 | ||
78 | #include <dma-coherence.h> | ||
79 | |||
78 | /** | 80 | /** |
79 | * Return the Core virtual base address for PCIe IO access. IOs are | 81 | * Return the Core virtual base address for PCIe IO access. IOs are |
80 | * read/written as an offset from this address. | 82 | * read/written as an offset from this address. |
@@ -1391,6 +1393,9 @@ static int __init octeon_pcie_setup(void) | |||
1391 | cvmx_pcie_get_io_size(1) - 1; | 1393 | cvmx_pcie_get_io_size(1) - 1; |
1392 | register_pci_controller(&octeon_pcie1_controller); | 1394 | register_pci_controller(&octeon_pcie1_controller); |
1393 | } | 1395 | } |
1396 | |||
1397 | octeon_pci_dma_init(); | ||
1398 | |||
1394 | return 0; | 1399 | return 0; |
1395 | } | 1400 | } |
1396 | 1401 | ||