On Tue, Jul 18, 2023 at 01:28:42AM +0100, Mark Brown wrote: > The various _ioremap_resource functions are not built when > CONFIG_HAS_IOMEM is disabled but no stubs are provided. Given how > widespread IOMEM usage is in drivers and how rare !IOMEM configurations > are in practical use let's just provide some stubs so users will build > without having to add explicit dependencies on HAS_IOMEM. > > The most likely use case is builds with UML for KUnit testing. > > Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> > --- > include/linux/device.h | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>