Re: [PATCH] net: m_can: add CONFIG_HAS_IOMEM dependence

2014-10-18 Thread Marc Kleine-Budde
On Wed, Oct 15, 2014 at 02:41:50PM -0700, David Cohen wrote: > m_can uses io memory which makes it not compilable on architectures > without HAS_IOMEM such as UML: > > drivers/built-in.o: In function `m_can_plat_probe': > m_can.c:(.text+0x218cc5): undefined reference to `devm_ioremap_resource' > m

[PATCH] net: m_can: add CONFIG_HAS_IOMEM dependence

2014-10-15 Thread David Cohen
m_can uses io memory which makes it not compilable on architectures without HAS_IOMEM such as UML: drivers/built-in.o: In function `m_can_plat_probe': m_can.c:(.text+0x218cc5): undefined reference to `devm_ioremap_resource' m_can.c:(.text+0x218df9): undefined reference to `devm_ioremap' Signed-of