phy: Fix armada375 compile test build on UM
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 29 Feb 2016 05:56:30 +0000 (14:56 +0900)
committerKishon Vijay Abraham I <kishon@ti.com>
Tue, 1 Mar 2016 11:43:51 +0000 (17:13 +0530)
commit89636adde4a05953e3bf18807ba1f6f205572f67
tree1a542a502a63dae421d3ce4527ef46182251438e
parentb956401699472605e5673b93de87bc248b9609c2
phy: Fix armada375 compile test build on UM

The phy-armada375-usb2 driver uses IOMEM functions so COMPILE_TEST && OF
build failed with:

drivers/built-in.o: In function `armada375_usb_phy_probe':
phy-armada375-usb2.c:(.text+0x121d): undefined reference to
`devm_ioremap_resource'

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/Kconfig