mirror of https://github.com/torvalds/linux.git
The kernel test robot noticed that the ctucanfd platform driver fails
during modpost on platforms that don't support IOMEM.
| ERROR: modpost: "devm_ioremap_resource" [drivers/net/can/ctucanfd/ctucanfd_platform.ko] undefined!
This patch adds the missing HAS_IOMEM dependency.
Link: https://lore.kernel.org/all/20220523123720.1656611-1-mkl@pengutronix.de
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| ctucanfd.h | ||
| ctucanfd_base.c | ||
| ctucanfd_kframe.h | ||
| ctucanfd_kregs.h | ||
| ctucanfd_pci.c | ||
| ctucanfd_platform.c | ||