[PATCH 2/2] ARM: OMAP2+: Drop plat/cpu.h for omap2plus
From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
Date: 2012-12-17 09:04:32
Also in:
linux-omap
From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
Date: 2012-12-17 09:04:32
Also in:
linux-omap
Hi Tony, Thanks for the patch. On Sunday 16 December 2012 12:03:17 Tony Lindgren wrote:
The cpu_is_omap macros are now local to arch/arm/mach-omap2 in soc.h and plat/cpu.h can finally be dropped for omap2+. Thanks everybody for help with fixing the drivers. Note that we can now also remove the unused plat/cpu.h from smartreflex.c and isp.c as they will cause compile errors with ARCH_MULTIPLATFORM enabled. Cc: Jean Pihet <redacted> Cc: Kevin Hilman <redacted> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Cc: Mauro Carvalho Chehab <redacted> Signed-off-by: Tony Lindgren <tony@atomide.com>
For the OMAP3 ISP part, Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
--- arch/arm/mach-omap2/drm.c | 1 - arch/arm/mach-omap2/dss-common.c | 3 +-- arch/arm/mach-omap2/prm2xxx.c | 3 +-- arch/arm/mach-omap2/prm3xxx.c | 3 +-- arch/arm/plat-omap/include/plat/cpu.h | 4 ---- drivers/media/platform/omap3isp/isp.c | 2 -- drivers/power/avs/smartreflex.c | 2 -- 7 files changed, 3 insertions(+), 15 deletions(-)
-- Regards, Laurent Pinchart