From: Guenter Roeck Date: Mon, 11 Jan 2016 10:41:05 +0000 (-0800) Subject: ASoC: AMD: Add missing include file X-Git-Tag: v4.5-rc4~16^2~1^2~2^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7cb1dc810935fbf82ad06007dc7fb08d93c1e59f;p=platform%2Fkernel%2Flinux-exynos.git ASoC: AMD: Add missing include file arm:allmodconfig, s390:allmodconfig, sparc64:allmodconfig, and probably other builds fail with sound/soc/amd/acp-pcm-dma.c:83:2: error: implicit declaration of function ‘readl’ sound/soc/amd/acp-pcm-dma.c:88:2: error: implicit declaration of function ‘writel’ Include linux/io.h explicitly to fix the problem. Fixes: 7c31335a03b6a ("ASoC: AMD: add AMD ASoC ACP 2.x DMA driver") Cc: Maruthi Srinivas Bayyavarapu Signed-off-by: Guenter Roeck Signed-off-by: Mark Brown --- diff --git a/sound/soc/amd/acp-pcm-dma.c b/sound/soc/amd/acp-pcm-dma.c index cc8b841..3191e0a 100644 --- a/sound/soc/amd/acp-pcm-dma.c +++ b/sound/soc/amd/acp-pcm-dma.c @@ -15,6 +15,7 @@ #include #include +#include #include #include