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:
|
||
|---|---|---|
| .. | ||
| include | ||
| acp-pcm-dma.c | ||
| acp.h | ||
| Kconfig | ||
| Makefile | ||