]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
phy,phy-bcm-kona-usb2.c: Add dependency on HAS_IOMEM
authorRichard Weinberger <richard@nod.at>
Mon, 17 Feb 2014 08:59:21 +0000 (14:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Feb 2014 20:13:15 +0000 (12:13 -0800)
commit06c304e88907cac9b1f5b21727ff268bf1705bb5
treec53889429f09bb774cd73ccbc127a7e834632f22
parentf2dece4499eea534c7c92e49fbf6a9bb0510cbcf
phy,phy-bcm-kona-usb2.c: Add dependency on HAS_IOMEM

On archs like S390 or um this driver cannot build nor work.
Make it depend on HAS_IOMEM to bypass build failures.

drivers/phy/phy-bcm-kona-usb2.c:114: undefined reference to `devm_ioremap_resource'

Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/phy/Kconfig