aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-06-23 11:03:40 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-06-23 11:03:40 +0000
commitce5f9970fea0a19a13668e5205c3cb0a9512e6f5 (patch)
treeba96c36b8a2964dad280c4c41b57889474f336fe /target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
parenta2cd791e83eee4369d57f8376ff75dc3be325d8d (diff)
downloadupstream-ce5f9970fea0a19a13668e5205c3cb0a9512e6f5.tar.gz
upstream-ce5f9970fea0a19a13668e5205c3cb0a9512e6f5.tar.bz2
upstream-ce5f9970fea0a19a13668e5205c3cb0a9512e6f5.zip
[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/common.c')
-rw-r--r--target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
index c593561e24..cae6aaa26b 100644
--- a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
+++ b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
@@ -18,7 +18,7 @@
#include <asm/setup.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
-#include <mach/hardware.h>
+#include <mach/mcs814x.h>
#include <mach/cpu.h>
#include <asm/pgtable.h>
#include <asm/mach/map.h>