diff options
author | Paul Walmsley <paul@pwsan.com> | 2012-10-17 02:46:45 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-17 19:18:37 +0200 |
commit | 3e6ece13d966a20a38ee7adfac452a47455ccd7a (patch) | |
tree | 8ff651fcc0ee921e899caa969700f0024568021f /arch/arm/mach-omap2/io.c | |
parent | Merge remote-tracking branch 'tomi/3.8/vrfb-conversion' into omap-for-v3.8/cl... (diff) | |
download | linux-3e6ece13d966a20a38ee7adfac452a47455ccd7a.tar.xz linux-3e6ece13d966a20a38ee7adfac452a47455ccd7a.zip |
ARM: OMAP: move plat-omap/include/plat/sdrc.h into mach-omap2/sdrc.h
Remove arch/arm/plat-omap/include/plat/sdrc.h by folding its contents
into arch/arm/mach-omap2/sdrc.h. The objective is to assist Tony in
cleaning out arch/arm/plat-omap/, as his upstreams request.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Tony Lindgren <tony@atomide.com>
[tony@atomide.com: updated to remove rotate macros]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 4234d28dc171..ab82dbe92e02 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -26,7 +26,6 @@ #include <asm/mach/map.h> #include <plat/sram.h> -#include <plat/sdrc.h> #include <plat/serial.h> #include <plat/omap-pm.h> #include <plat/omap_hwmod.h> @@ -43,6 +42,7 @@ #include "clock2xxx.h" #include "clock3xxx.h" #include "clock44xx.h" +#include "sdrc.h" /* * The machine specific code may provide the extra mapping besides the |