diff options
author | David Daney <ddaney@caviumnetworks.com> | 2009-06-29 17:18:51 -0700 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-07-03 15:45:29 +0100 |
commit | 01a6221a6a51ec47b9ae3ed42c396f98dd488c7e (patch) | |
tree | f9917b072b3ee6be545bd56df37a4de2616ef0c1 /arch/mips/cavium-octeon/dma-octeon.c | |
parent | ada8e9514b5880f81cdbbd212d121380ceef7acc (diff) | |
download | blackbird-op-linux-01a6221a6a51ec47b9ae3ed42c396f98dd488c7e.tar.gz blackbird-op-linux-01a6221a6a51ec47b9ae3ed42c396f98dd488c7e.zip |
MIPS: Reorganize Cavium OCTEON PCI support.
Move the cavium PCI files to the arch/mips/pci directory. Also cleanup
comment formatting and code layout. Code from pci-common.c, was moved
into other files.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/cavium-octeon/dma-octeon.c')
-rw-r--r-- | arch/mips/cavium-octeon/dma-octeon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cavium-octeon/dma-octeon.c b/arch/mips/cavium-octeon/dma-octeon.c index 627c162a6159..4b92bfc662db 100644 --- a/arch/mips/cavium-octeon/dma-octeon.c +++ b/arch/mips/cavium-octeon/dma-octeon.c @@ -29,7 +29,7 @@ #include <dma-coherence.h> #ifdef CONFIG_PCI -#include "pci-common.h" +#include <asm/octeon/pci-octeon.h> #endif #define BAR2_PCI_ADDRESS 0x8000000000ul |