diff options
author | Tom Rini <trini@konsulko.com> | 2018-11-27 14:01:45 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-27 14:01:45 -0500 |
commit | 67cf22cbdef8c62ffa28b4caf935825fe410c68d (patch) | |
tree | 57659ce202ce5f782442db271e67bd8e3ce409ba /drivers/usb/host/xhci.h | |
parent | 5d5833af64bbafb308b3a2415e3186def678861b (diff) | |
parent | 1af9bfd334a5c92cb3123be7c8da3ba0f522cf4a (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-usb
- Introduce CONFIG_SPL_DM_USB
Diffstat (limited to 'drivers/usb/host/xhci.h')
-rw-r--r-- | drivers/usb/host/xhci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index a7555b2fa8..6017504488 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -1211,7 +1211,7 @@ void xhci_hcd_stop(int index); #define XHCI_STS_CNR (1 << 11) struct xhci_ctrl { -#ifdef CONFIG_DM_USB +#if CONFIG_IS_ENABLED(DM_USB) struct udevice *dev; #endif struct xhci_hccr *hccr; /* R/O registers, not need for volatile */ |