diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-06-23 11:03:40 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-06-23 11:03:40 +0000 |
commit | a8965f0005ff85d653a1fb579017a3df4a500b5d (patch) | |
tree | e3a57c29ab9db7b27aaff095c482b9b556ebc676 /target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/pci.c | |
parent | 7c984552ed2d9d4fdd91bd48d08ac416958c1fd7 (diff) | |
download | mtk-20170518-a8965f0005ff85d653a1fb579017a3df4a500b5d.zip mtk-20170518-a8965f0005ff85d653a1fb579017a3df4a500b5d.tar.gz mtk-20170518-a8965f0005ff85d653a1fb579017a3df4a500b5d.tar.bz2 |
make hardware.h a forward inclusion of mcs814x.h
mach/hardware.h is soon to be removed by upstream kernel
SVN-Revision: 32487
Diffstat (limited to 'target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/pci.c')
-rw-r--r-- | target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/pci.c b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/pci.c index 61f8bf5..a871aa8 100644 --- a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/pci.c +++ b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/pci.c @@ -27,7 +27,7 @@ #include <asm/system.h> #include <asm/mach/pci.h> #include <asm/mach/map.h> -#include <mach/hardware.h> +#include <mach/mcs814x.h> #include <mach/irqs.h> #define MCS8140_PCI_CONFIG_SIZE SZ_64M |