ramips: add Kbuild patch for the rt288x pci code, and fix invalid header file paths
[openwrt.git] / target / linux / ramips / files / arch / mips / pci / pci-rt288x.c
index 8baefc3..d4c65b6 100644 (file)
@@ -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);
This page took 0.023625 seconds and 4 git commands to generate.