ASoC: AMD: Add missing include file
authorGuenter Roeck <linux@roeck-us.net>
Mon, 11 Jan 2016 10:41:05 +0000 (02:41 -0800)
committerMark Brown <broonie@kernel.org>
Mon, 11 Jan 2016 13:03:58 +0000 (13:03 +0000)
commit7cb1dc810935fbf82ad06007dc7fb08d93c1e59f
treea09c29d577c0d16d3794dbc8775c42fbd605c08c
parentc36d9b3f6de7c6aefed5fdf6ad752773bdafa60c
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 <Maruthi.Bayyavarapu@amd.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp-pcm-dma.c