From: Vegard Nossum Date: Wed, 10 Feb 2016 14:29:54 +0000 (+0100) Subject: usb: add HAS_IOMEM dependency to USB_ISP1362_HCD X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4a6d9f87209908fb5909c9957597e4df9c3c56fc;p=linux-beck.git usb: add HAS_IOMEM dependency to USB_ISP1362_HCD drivers/built-in.o: In function `isp1362_probe': /home/vegard/linux/drivers/usb/host/isp1362-hcd.c:2668: undefined reference to `devm_ioremap_resource' Signed-off-by: Vegard Nossum Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 85230d6852e8..438dcf6289b0 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -357,6 +357,7 @@ config USB_ISP116X_HCD config USB_ISP1362_HCD tristate "ISP1362 HCD support" + depends on HAS_IOMEM ---help--- Supports the Philips ISP1362 chip as a host controller