]> git.baikalelectronics.ru Git - kernel.git/commit
phy/pxa: add HAS_IOMEM dependency
authorSebastian Ott <sebott@linux.vnet.ibm.com>
Mon, 29 Jun 2015 14:57:08 +0000 (16:57 +0200)
committerKishon Vijay Abraham I <kishon@ti.com>
Wed, 15 Jul 2015 14:32:09 +0000 (20:02 +0530)
commitf7c7fc6a7ad39087c50511268c7475fd59369f0e
treeb7bd9cf8befddd9e217d061d8d666f4b91b8b062
parent50549419d7489bc4122a3645d654c54cad535456
phy/pxa: add HAS_IOMEM dependency

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'

Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/Kconfig