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/clock.c | |
parent | 7c984552ed2d9d4fdd91bd48d08ac416958c1fd7 (diff) | |
download | upstream-a8965f0005ff85d653a1fb579017a3df4a500b5d.tar.gz upstream-a8965f0005ff85d653a1fb579017a3df4a500b5d.tar.bz2 upstream-a8965f0005ff85d653a1fb579017a3df4a500b5d.zip |
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/clock.c')
-rw-r--r-- | target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/clock.c b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/clock.c index b5d2a445b5..99e31c9b34 100644 --- a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/clock.c +++ b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/clock.c @@ -14,7 +14,7 @@ #include <linux/clkdev.h> #include <linux/clk.h> -#include <mach/hardware.h> +#include <mach/mcs814x.h> /* System configuration registers offsets */ #define SYSDBG_BS1 0x00 |