aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/dev-asocdma.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-11-24 10:48:01 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-11-25 06:19:53 -0500
commit77c667d1365e19c2848d37bf408e2f0b086b63d9 (patch)
treea7276a66af189b74a6f363457cd11ed6ae4beaf2 /arch/arm/plat-samsung/dev-asocdma.c
parentfcd02e261bb3b1ae14830d33da5401c6c4ee9bcc (diff)
ARM: Samsung: Make sure ASoC DMA device is prototyped
Ensure that the prototype agrees with the definition and stop sparse complaining when building the file. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Kukjin Kim <kgene.kim@samsung.com> Acked-by: Jassi Brar <jassi.brar@samsung.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'arch/arm/plat-samsung/dev-asocdma.c')
-rw-r--r--arch/arm/plat-samsung/dev-asocdma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/dev-asocdma.c b/arch/arm/plat-samsung/dev-asocdma.c
index b7b1fcaab814..a068c4f42d56 100644
--- a/arch/arm/plat-samsung/dev-asocdma.c
+++ b/arch/arm/plat-samsung/dev-asocdma.c
@@ -10,6 +10,7 @@
10 10
11#include <linux/platform_device.h> 11#include <linux/platform_device.h>
12#include <linux/dma-mapping.h> 12#include <linux/dma-mapping.h>
13#include <plat/devs.h>
13 14
14static u64 audio_dmamask = DMA_BIT_MASK(32); 15static u64 audio_dmamask = DMA_BIT_MASK(32);
15 16