소스 검색

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 <vegard.nossum@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Vegard Nossum 9 년 전
부모
커밋
4a6d9f8720
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      drivers/usb/host/Kconfig

+ 1 - 0
drivers/usb/host/Kconfig

@@ -357,6 +357,7 @@ config USB_ISP116X_HCD
 
 
 config USB_ISP1362_HCD
 config USB_ISP1362_HCD
 	tristate "ISP1362 HCD support"
 	tristate "ISP1362 HCD support"
+	depends on HAS_IOMEM
 	---help---
 	---help---
 	  Supports the Philips ISP1362 chip as a host controller
 	  Supports the Philips ISP1362 chip as a host controller