Skip to content

Commit

Permalink
ASoC: Samsung: Fix build error
Browse files Browse the repository at this point in the history
Fixes 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 ‘struct s3c2410_dma_client’
arch/arm/plat-samsung/include/plat/dma.h:40:8: note: originally defined here
make[3]: *** [sound/soc/samsung/pcm.o] Error 1

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Sachin Kamat authored and Mark Brown committed Aug 10, 2012
1 parent 9c30959 commit 61f5d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/samsung/pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <sound/pcm_params.h>

#include <plat/audio.h>
#include <plat/dma.h>
#include <mach/dma.h>

#include "dma.h"
#include "pcm.h"
Expand Down

0 comments on commit 61f5d61

Please sign in to comment.