On Tue, Jul 18, 2023 at 01:28:43AM +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 IOMEM.
The most likely use case is builds with UML for KUnit testing.
Signed-off-by: Mark Brown broonie@kernel.org
include/linux/platform_device.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+)
Reviewed-by: Greg Kroah-Hartman gregkh@linuxfoundation.org