Re: [PATCH] phy/pxa: add HAS_IOMEM dependency

2015-07-15 Thread Kishon Vijay Abraham I
Hi, On Monday 29 June 2015 08:27 PM, Sebastian Ott wrote: > Fix this compile error: > > drivers/built-in.o: In function 'mv_usb2_phy_probe': > phy-pxa-28nm-usb2.c:(.text+0x25ec): undefined reference to > 'devm_ioremap_resource' > drivers/built-in.o: In function 'mv_hsic_phy_probe': >

Re: [PATCH] phy/pxa: add HAS_IOMEM dependency

2015-07-15 Thread Kishon Vijay Abraham I
Hi, On Monday 29 June 2015 08:27 PM, Sebastian Ott wrote: Fix this compile error: drivers/built-in.o: In function 'mv_usb2_phy_probe': phy-pxa-28nm-usb2.c:(.text+0x25ec): undefined reference to 'devm_ioremap_resource' drivers/built-in.o: In function 'mv_hsic_phy_probe':

[PATCH] phy/pxa: add HAS_IOMEM dependency

2015-06-29 Thread Sebastian Ott
Fix this compile error: drivers/built-in.o: In function 'mv_usb2_phy_probe': phy-pxa-28nm-usb2.c:(.text+0x25ec): undefined reference to 'devm_ioremap_resource' drivers/built-in.o: In function 'mv_hsic_phy_probe': phy-pxa-28nm-hsic.c:(.text+0x3084): undefined reference to 'devm_ioremap_resource'

[PATCH] phy/pxa: add HAS_IOMEM dependency

2015-06-29 Thread Sebastian Ott
Fix this compile error: drivers/built-in.o: In function 'mv_usb2_phy_probe': phy-pxa-28nm-usb2.c:(.text+0x25ec): undefined reference to 'devm_ioremap_resource' drivers/built-in.o: In function 'mv_hsic_phy_probe': phy-pxa-28nm-hsic.c:(.text+0x3084): undefined reference to 'devm_ioremap_resource'