From 3e6ece13d966a20a38ee7adfac452a47455ccd7a Mon Sep 17 00:00:00 2001 From: Paul Walmsley Date: Wed, 17 Oct 2012 00:46:45 +0000 Subject: 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 Cc: Tony Lindgren [tony@atomide.com: updated to remove rotate macros] Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/sdrc2xxx.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-omap2/sdrc2xxx.c') diff --git a/arch/arm/mach-omap2/sdrc2xxx.c b/arch/arm/mach-omap2/sdrc2xxx.c index 73e55e485329..f7074ff1d084 100644 --- a/arch/arm/mach-omap2/sdrc2xxx.c +++ b/arch/arm/mach-omap2/sdrc2xxx.c @@ -26,7 +26,6 @@ #include #include -#include #include "soc.h" #include "iomap.h" -- cgit