]> git.baikalelectronics.ru Git - kernel.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)
commitdc73a79dc3e8c30443d054e3ef2c5815a2836b0a
treec53889429f09bb774cd73ccbc127a7e834632f22
parentae1d70fb6a93846862063d8f3dd59e24bc81204c
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