diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2017-07-24 17:07:03 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-07-28 23:34:42 +0200 |
commit | 623b7aca1f82bf1dee089c77f9a1020e80abaccc (patch) | |
tree | 3de7f5b0ae655d092942769d3676f460e841a08a /arch/arm/dts/bcm2835-rpi-a.dts | |
parent | d9fb7bece056522d659d9e17b73b3fd5549817c3 (diff) |
dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USB
Add CONFIG_DM_USB flag to avoid following compilation errors
detected by buildman :
+drivers/usb/host/built-in.o: In function `xhci_dwc3_remove':
+drivers/usb/host/xhci-dwc3.c:168: undefined reference to `xhci_deregister'
+drivers/usb/host/built-in.o: In function `xhci_dwc3_probe':
+drivers/usb/host/xhci-dwc3.c:145: undefined reference to `usb_get_dr_mode'
+drivers/usb/host/xhci-dwc3.c:152: undefined reference to `xhci_register'
introduced by patch d5c3f014da3 "usb: host: xhci-dwc3: Convert driver to DM"
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reported-by: Ran Wang <ran.wang_1@nxp.com>
Diffstat (limited to 'arch/arm/dts/bcm2835-rpi-a.dts')
0 files changed, 0 insertions, 0 deletions