diff options
author | Paul Walmsley <paul@pwsan.com> | 2012-10-17 04:46:45 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-17 21:18:37 +0400 |
commit | 3e6ece13d966a20a38ee7adfac452a47455ccd7a (patch) | |
tree | 8ff651fcc0ee921e899caa969700f0024568021f /arch/arm/mach-omap2/sdram-hynix-h8mbx00u0mer-0em.h | |
parent | 1d81aea146c1236c8d6b90574eb3b7d59e02cdbf (diff) | |
download | linux-3e6ece13d966a20a38ee7adfac452a47455ccd7a.tar.xz |
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/sdram-hynix-h8mbx00u0mer-0em.h')
-rw-r--r-- | arch/arm/mach-omap2/sdram-hynix-h8mbx00u0mer-0em.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/sdram-hynix-h8mbx00u0mer-0em.h b/arch/arm/mach-omap2/sdram-hynix-h8mbx00u0mer-0em.h index 8bfaf342a028..1ee58c281a31 100644 --- a/arch/arm/mach-omap2/sdram-hynix-h8mbx00u0mer-0em.h +++ b/arch/arm/mach-omap2/sdram-hynix-h8mbx00u0mer-0em.h @@ -11,7 +11,7 @@ #ifndef __ARCH_ARM_MACH_OMAP2_SDRAM_HYNIX_H8MBX00U0MER0EM #define __ARCH_ARM_MACH_OMAP2_SDRAM_HYNIX_H8MBX00U0MER0EM -#include <plat/sdrc.h> +#include "sdrc.h" /* Hynix H8MBX00U0MER-0EM */ static struct omap_sdrc_params h8mbx00u0mer0em_sdrc_params[] = { |