summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-10-05 09:06:10 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-10-05 09:06:10 +0000
commitf992f34277cf3464c1be5416c3d4ed0b7f0075e9 (patch)
tree8450276b126fd5d5652758a8d87a906db70848c3 /target/linux/ramips/files/arch/mips/pci/pci-rt288x.c
parente4741622ccfd7e0cedd2789a87bf7a72371da184 (diff)
downloadmaster-31e0f0ae-f992f34277cf3464c1be5416c3d4ed0b7f0075e9.tar.gz
master-31e0f0ae-f992f34277cf3464c1be5416c3d4ed0b7f0075e9.tar.bz2
master-31e0f0ae-f992f34277cf3464c1be5416c3d4ed0b7f0075e9.zip
ramips: add Kbuild patch for the rt288x pci code, and fix invalid header file paths
SVN-Revision: 17860
Diffstat (limited to 'target/linux/ramips/files/arch/mips/pci/pci-rt288x.c')
-rw-r--r--target/linux/ramips/files/arch/mips/pci/pci-rt288x.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c b/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c
index 8baefc3f25..d4c65b6d04 100644
--- a/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c
+++ b/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c
@@ -5,11 +5,12 @@
#include <linux/version.h>
#include <asm/pci.h>
#include <asm/io.h>
-#include <asm/mach-rt288x/rt288x.h>
-#include <asm/mach-rt288x/rt288x_pci.h>
#include <linux/init.h>
#include <linux/mod_devicetable.h>
+#include <asm/mach-ralink/rt288x.h>
+#include <asm/mach-ralink/rt288x_pci.h>
+
#ifdef CONFIG_PCI
extern int pci_config_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val);