diff options
-rw-r--r-- | drivers/usb/early/ehci-dbgp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/early/ehci-dbgp.c b/drivers/usb/early/ehci-dbgp.c index 4bfa78af379c..5e29ddeb4d33 100644 --- a/drivers/usb/early/ehci-dbgp.c +++ b/drivers/usb/early/ehci-dbgp.c | |||
@@ -974,7 +974,7 @@ struct console early_dbgp_console = { | |||
974 | .index = -1, | 974 | .index = -1, |
975 | }; | 975 | }; |
976 | 976 | ||
977 | #if IS_ENABLED(CONFIG_USB_EHCI_HCD) | 977 | #if IS_ENABLED(CONFIG_USB) |
978 | int dbgp_reset_prep(struct usb_hcd *hcd) | 978 | int dbgp_reset_prep(struct usb_hcd *hcd) |
979 | { | 979 | { |
980 | int ret = xen_dbgp_reset_prep(hcd); | 980 | int ret = xen_dbgp_reset_prep(hcd); |
@@ -1008,7 +1008,7 @@ int dbgp_external_startup(struct usb_hcd *hcd) | |||
1008 | return xen_dbgp_external_startup(hcd) ?: _dbgp_external_startup(); | 1008 | return xen_dbgp_external_startup(hcd) ?: _dbgp_external_startup(); |
1009 | } | 1009 | } |
1010 | EXPORT_SYMBOL_GPL(dbgp_external_startup); | 1010 | EXPORT_SYMBOL_GPL(dbgp_external_startup); |
1011 | #endif /* USB_EHCI_HCD */ | 1011 | #endif /* USB */ |
1012 | 1012 | ||
1013 | #ifdef CONFIG_KGDB | 1013 | #ifdef CONFIG_KGDB |
1014 | 1014 | ||