From: Mark Brown Date: Wed, 24 Nov 2010 15:48:01 +0000 (+0000) Subject: ARM: Samsung: Make sure ASoC DMA device is prototyped X-Git-Tag: v2.6.38-rc1~236^2^2~135 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=77c667d1365e19c2848d37bf408e2f0b086b63d9;p=~shefty%2Frdma-dev.git 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 Acked-by: Kukjin Kim Acked-by: Jassi Brar Acked-by: Liam Girdwood --- diff --git a/arch/arm/plat-samsung/dev-asocdma.c b/arch/arm/plat-samsung/dev-asocdma.c index b7b1fcaab81..a068c4f42d5 100644 --- a/arch/arm/plat-samsung/dev-asocdma.c +++ b/arch/arm/plat-samsung/dev-asocdma.c @@ -10,6 +10,7 @@ #include #include +#include static u64 audio_dmamask = DMA_BIT_MASK(32);