From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sachin Kamat Subject: [PATCH] ASoC: Samsung: Fix build error Date: Wed, 8 Aug 2012 11:34:43 +0530 Message-ID: <1344405883-27603-1-git-send-email-sachin.kamat@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Sender: linux-samsung-soc-owner@vger.kernel.org To: linux-samsung-soc@vger.kernel.org, alsa-devel@alsa-project.org Cc: kgene.kim@samsung.com, broonie@opensource.wolfsonmicro.com, sachin.kamat@linaro.org, patches@linaro.org, sbkim73@samsung.com List-Id: alsa-devel@alsa-project.org =46ixes the following build error: In file included from arch/arm/mach-exynos/include/mach/dma.h:24:0, from arch/arm/plat-samsung/include/plat/dma-ops.h:17, from arch/arm/plat-samsung/include/plat/dma.h:128, from sound/soc/samsung/pcm.c:23: arch/arm/plat-samsung/include/plat/dma-pl330.h:106:8: error: redefinition of =E2=80=98struct s3c2410_dma_client=E2=80=99 arch/arm/plat-samsung/include/plat/dma.h:40:8: note: originally defined= here make[3]: *** [sound/soc/samsung/pcm.o] Error 1 Cc: Kukjin Kim Signed-off-by: Sachin Kamat Signed-off-by: Sachin Kamat --- sound/soc/samsung/pcm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/soc/samsung/pcm.c b/sound/soc/samsung/pcm.c index b7b2a1f..89b0646 100644 --- a/sound/soc/samsung/pcm.c +++ b/sound/soc/samsung/pcm.c @@ -20,7 +20,7 @@ #include =20 #include -#include +#include =20 #include "dma.h" #include "pcm.h" --=20 1.7.4.1