summaryrefslogtreecommitdiff
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
commita8965f0005ff85d653a1fb579017a3df4a500b5d (patch)
treee3a57c29ab9db7b27aaff095c482b9b556ebc676 /target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
parent7c984552ed2d9d4fdd91bd48d08ac416958c1fd7 (diff)
downloadmtk-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/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 c593561..cae6aaa 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>