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: MMI-PSA29.97-13-9~16612^2~1226^2~369^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a09f73fabbeac81f45969ad9ed59e74fae736873;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.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 08e1ad5adb14..512ae4696a6c 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"