]> 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)
commit4106c476d773bf697c57d5712fac686231a12ab5
treec53889429f09bb774cd73ccbc127a7e834632f22
parent6318229d6f23dd9b56c98caf306150d28425edf5
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