From: Olof Johansson Date: Sat, 1 Dec 2012 05:47:21 +0000 (-0800) Subject: Merge tag 'tags/omap-for-v3.8/cleanup-multiplatform-no-clock-signed' of git://git... X-Git-Tag: v3.8-rc1~136^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48d224d1efec98b0b78e511150b4f5752beceb7c;p=platform%2Fkernel%2Flinux-exynos.git Merge tag 'tags/omap-for-v3.8/cleanup-multiplatform-no-clock-signed' of git://git./linux/kernel/git/tmlind/linux-omap into next/pm2 From Tony Lindgren: Remaining patches to allow omap2+ to build with multiplatform enabled. Unfortunately the DMA header patch had to be redone to avoid adding new multiplatform specific include paths, the other patches are just trivial compile fixes. Note that this does not yet contain the necessary Kconfig changes as we are still waiting for some drivers to get fixed up first. * tag 'tags/omap-for-v3.8/cleanup-multiplatform-no-clock-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h ASoC: OMAP: mcbsp fixes for enabling ARM multiplatform support watchdog: OMAP: fixup for ARM multiplatform support Conflicts due to surrounding changes in: arch/arm/mach-omap2/omap_hwmod_2420_data.c arch/arm/mach-omap2/omap_hwmod_2430_data.c Signed-off-by: Olof Johansson --- 48d224d1efec98b0b78e511150b4f5752beceb7c diff --cc arch/arm/mach-omap2/omap_hwmod_2420_data.c index e8efe3d,10af996..b5efe58 --- a/arch/arm/mach-omap2/omap_hwmod_2420_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2420_data.c @@@ -15,8 -15,9 +15,8 @@@ #include #include -- - #include + #include + #include #include "omap_hwmod.h" #include "l3_2xxx.h" diff --cc arch/arm/mach-omap2/omap_hwmod_2430_data.c index 32d17e3,f14b894..6c8fa70 --- a/arch/arm/mach-omap2/omap_hwmod_2430_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2430_data.c @@@ -16,8 -16,9 +16,8 @@@ #include #include #include -- - #include + #include + #include #include "omap_hwmod.h" #include "mmc.h" diff --cc arch/arm/mach-omap2/omap_hwmod_44xx_data.c index f5b55a7,61e807f..219fb07 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c @@@ -23,9 -23,8 +23,9 @@@ #include #include - #include + #include +#include #include #include #include