diff options
author | Vegard Nossum <vegard.nossum@oracle.com> | 2016-02-10 17:29:42 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-15 04:09:56 +0300 |
commit | 149737a7870170a48a17b5a4a7feba14f43d4a06 (patch) | |
tree | 735e8ada62e9054c2b208cd39f5a66e31a57b2cc /drivers/usb/host/ehci-exynos.c | |
parent | 49f77e3dbb1b91f754da93764ba020ea5eddb6ed (diff) | |
download | linux-149737a7870170a48a17b5a4a7feba14f43d4a06.tar.xz |
usb: add HAS_IOMEM dependency to USB_C67X00_HCD
CC drivers/usb/c67x00/c67x00-drv.o
drivers/usb/c67x00/c67x00-drv.c: In function ‘c67x00_drv_probe’:
drivers/usb/c67x00/c67x00-drv.c:148:2: error: implicit declaration of function ‘ioremap’ [-Werror=implicit-function-declaration]
c67x00->hpi.base = ioremap(res->start, resource_size(res));
^
drivers/usb/c67x00/c67x00-drv.c:148:19: warning: assignment makes pointer from integer without a cast [enabled by default]
c67x00->hpi.base = ioremap(res->start, resource_size(res));
^
drivers/usb/c67x00/c67x00-drv.c:185:2: error: implicit declaration of function ‘iounmap’ [-Werror=implicit-function-declaration]
iounmap(c67x00->hpi.base);
^
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci-exynos.c')
0 files changed, 0 insertions, 0 deletions