Re: [PATCH] net: dsa: lantiq_gswip: Depend on HAS_IOMEM

2018-09-25 Thread David Miller
From: Hauke Mehrtens Date: Tue, 25 Sep 2018 21:55:33 +0200 > The driver uses devm_ioremap_resource() which is only available when > CONFIG_HAS_IOMEM is set, make the driver depend on this config option. > User mode Linux does not have CONFIG_HAS_IOMEM set and the driver was > failing on this arch

[PATCH] net: dsa: lantiq_gswip: Depend on HAS_IOMEM

2018-09-25 Thread Hauke Mehrtens
The driver uses devm_ioremap_resource() which is only available when CONFIG_HAS_IOMEM is set, make the driver depend on this config option. User mode Linux does not have CONFIG_HAS_IOMEM set and the driver was failing on this architecture. Fixes: 14fceff4771e ("net: dsa: Add Lantiq / Intel DSA dri