diff options
author | Tony Lindgren <tony@atomide.com> | 2012-02-24 13:34:34 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-02-24 13:34:34 -0500 |
commit | 2e3ee9f45b3c25faa012abc9a62ab7aa515cd617 (patch) | |
tree | 0573cc65c3c8906453d949b5fe7f7499d1a25da1 /arch/arm/mach-omap1/clock_data.c | |
parent | 63325ff235deeed5a5fc25705e292239115c76cd (diff) |
ARM: OMAP1: Move most of plat/io.h into local iomap.h
There's no need to have these in plat/io.h.
While at it, clean up the includes to group them
like they typically are grouped.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/clock_data.c')
-rw-r--r-- | arch/arm/mach-omap1/clock_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/clock_data.c b/arch/arm/mach-omap1/clock_data.c index 94699a82a734..10b74511a4e8 100644 --- a/arch/arm/mach-omap1/clock_data.c +++ b/arch/arm/mach-omap1/clock_data.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include <linux/clk.h> | 18 | #include <linux/clk.h> |
19 | #include <linux/cpufreq.h> | 19 | #include <linux/cpufreq.h> |
20 | #include <linux/delay.h> | 20 | #include <linux/delay.h> |
21 | #include <linux/io.h> | ||
22 | 21 | ||
23 | #include <asm/mach-types.h> /* for machine_is_* */ | 22 | #include <asm/mach-types.h> /* for machine_is_* */ |
24 | 23 | ||
@@ -28,6 +27,7 @@ | |||
28 | #include <plat/sram.h> /* for omap_sram_reprogram_clock() */ | 27 | #include <plat/sram.h> /* for omap_sram_reprogram_clock() */ |
29 | #include <plat/usb.h> /* for OTG_BASE */ | 28 | #include <plat/usb.h> /* for OTG_BASE */ |
30 | 29 | ||
30 | #include "iomap.h" | ||
31 | #include "clock.h" | 31 | #include "clock.h" |
32 | 32 | ||
33 | /* Some ARM_IDLECT1 bit shifts - used in struct arm_idlect1_clk */ | 33 | /* Some ARM_IDLECT1 bit shifts - used in struct arm_idlect1_clk */ |