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
Signed-off-by: Sachin Kamat <[email protected]>
---
arch/arm/plat-samsung/include/plat/dma.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/arch/arm/plat-samsung/include/plat/dma.h
b/arch/arm/plat-samsung/include/plat/dma.h
index 7b02143..fdf34bc 100644
--- a/arch/arm/plat-samsung/include/plat/dma.h
+++ b/arch/arm/plat-samsung/include/plat/dma.h
@@ -37,10 +37,7 @@ enum s3c2410_chan_op {
S3C2410_DMAOP_STARTED, /* indicate channel started */
};
-struct s3c2410_dma_client {
- char *name;
-};
-
+struct s3c2410_dma_client;
struct s3c2410_dma_chan;
enum dma_ch;
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html