From: Jarkko Nikula Date: Mon, 4 Oct 2010 12:04:53 +0000 (+0300) Subject: omap: devices: Avoid merge conflict between ASoC and OMAP hwmod changes X-Git-Tag: v3.0~832^2~32^2~492^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a09f73fabbeac81f45969ad9ed59e74fae736873;p=platform%2Fkernel%2Flinux-amlogic.git omap: devices: Avoid merge conflict between ASoC and OMAP hwmod changes Upcoming ASoC multi-component and OMAP hwmod changes will conflict in arch/arm/mach-omap2/devices.c. Avoid this by moving a little bit include statement introduced by ASoC Multi-Component Support patch. Signed-off-by: Jarkko Nikula Cc: Paul Walmsley Cc: Tony Lindgren Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 08e1ad5..512ae46 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@ -25,10 +25,10 @@ #include #include #include +#include #include #include #include -#include #include "mux.h"