diff options
author | Tony Lindgren <tony@atomide.com> | 2012-02-24 13:34:35 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-02-24 13:34:35 -0500 |
commit | ee0839c22cdda7f2e5f06e2d0351e2b49e0975ff (patch) | |
tree | 43aae8ac684d982860304731cda8a5e5295c562e /arch/arm/mach-omap2/common.c | |
parent | 2e3ee9f45b3c25faa012abc9a62ab7aa515cd617 (diff) |
ARM: OMAP2+: Move most of plat/io.h into local iomap.h
There's no need to have these defines in plat/io.h.
Note that we now need to ifdef omap_read/write calls
as they will be available for omap1 only.
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-omap2/common.c')
-rw-r--r-- | arch/arm/mach-omap2/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/common.c b/arch/arm/mach-omap2/common.c index aaf421178c91..93419de4534a 100644 --- a/arch/arm/mach-omap2/common.c +++ b/arch/arm/mach-omap2/common.c | |||
@@ -17,12 +17,12 @@ | |||
17 | #include <linux/clk.h> | 17 | #include <linux/clk.h> |
18 | #include <linux/io.h> | 18 | #include <linux/io.h> |
19 | 19 | ||
20 | #include "common.h" | ||
21 | #include <plat/board.h> | 20 | #include <plat/board.h> |
22 | #include <plat/mux.h> | 21 | #include <plat/mux.h> |
23 | |||
24 | #include <plat/clock.h> | 22 | #include <plat/clock.h> |
25 | 23 | ||
24 | #include "iomap.h" | ||
25 | #include "common.h" | ||
26 | #include "sdrc.h" | 26 | #include "sdrc.h" |
27 | #include "control.h" | 27 | #include "control.h" |
28 | 28 | ||