1. 11 1月, 2016 1 次提交
    • G
      ASoC: AMD: Add missing include file · 7cb1dc81
      Guenter Roeck 提交于
      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: 7c31335a ("ASoC: AMD: add AMD ASoC ACP 2.x DMA driver")
      Cc: Maruthi Srinivas Bayyavarapu <Maruthi.Bayyavarapu@amd.com>
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      7cb1dc81
  2. 10 1月, 2016 3 次提交