Skip to content

Commit 8b9aee8

Browse files
nxpfranklivinodkoul
authored andcommitted
dmaengine: fsl-edma: fix build error when arch is s390
fixed build error reported by kernel test robot. >> s390-linux-ld: fsl-edma-main.c:(.text+0xf4c): undefined reference to `devm_platform_ioremap_resource' s390-linux-ld: drivers/dma/idma64.o: in function `idma64_platform_probe': Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Frank Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 8cae665 commit 8b9aee8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/dma/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ config FSL_DMA
211211
config FSL_EDMA
212212
tristate "Freescale eDMA engine support"
213213
depends on OF
214+
depends on HAS_IOMEM
214215
select DMA_ENGINE
215216
select DMA_VIRTUAL_CHANNELS
216217
help

0 commit comments

Comments
 (0)