Re: [PATCH] drivers/net/phy/Kconfig: Let MDIO_BCM_UNIMAC depend on HAS_IOMEM

2014-10-06 Thread Chen Gang
On 10/6/14 12:46, David Miller wrote: > From: Chen Gang > Date: Sat, 04 Oct 2014 17:54:33 +0800 > >> MDIO_BCM_UNIMAC needs HAS_IOMEM, so depend on it, the related error ( >> with allmodconfig under um): >> >> MODPOST 1205 modules >> ERROR: "devm_ioremap" [drivers/net/phy/mdio-bcm-unimac.ko]

Re: [PATCH] drivers/net/phy/Kconfig: Let MDIO_BCM_UNIMAC depend on HAS_IOMEM

2014-10-05 Thread David Miller
From: Chen Gang Date: Sat, 04 Oct 2014 17:54:33 +0800 > MDIO_BCM_UNIMAC needs HAS_IOMEM, so depend on it, the related error ( > with allmodconfig under um): > > MODPOST 1205 modules > ERROR: "devm_ioremap" [drivers/net/phy/mdio-bcm-unimac.ko] undefined! > > Signed-off-by: Chen Gang Appl

[PATCH] drivers/net/phy/Kconfig: Let MDIO_BCM_UNIMAC depend on HAS_IOMEM

2014-10-04 Thread Chen Gang
MDIO_BCM_UNIMAC needs HAS_IOMEM, so depend on it, the related error ( with allmodconfig under um): MODPOST 1205 modules ERROR: "devm_ioremap" [drivers/net/phy/mdio-bcm-unimac.ko] undefined! Signed-off-by: Chen Gang --- drivers/net/phy/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --