Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM

This avoids the MODPOST error:

ERROR: "devm_ioremap_resource" [drivers/auxdisplay/img-ascii-lcd.ko] undefined!

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Thomas Meyer and committed by
Linus Torvalds
141cbfba 152e93af

+1
+1
drivers/auxdisplay/Kconfig
··· 136 136 137 137 config IMG_ASCII_LCD 138 138 tristate "Imagination Technologies ASCII LCD Display" 139 + depends on HAS_IOMEM 139 140 default y if MIPS_MALTA || MIPS_SEAD3 140 141 select SYSCON 141 142 help