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-Url: https://git.stricted.de/?a=commitdiff_plain;h=77c667d1365e19c2848d37bf408e2f0b086b63d9;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 b7b1fcaab814..a068c4f42d56 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);