diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-23 11:03:40 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-23 11:03:40 +0000 |
commit | 01532c0031e0aed0b20aa5f8dbb7389859f092a9 (patch) | |
tree | ba96c36b8a2964dad280c4c41b57889474f336fe /target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/pci.c | |
parent | 4c31778fc4c4c92194f04a9cc3c4cabd22d6293a (diff) |
[mcs814x] make hardware.h a forward inclusion of mcs814x.h
mach/hardware.h is soon to be removed by upstream kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32487 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 61f8bf571..a871aa86c 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 |