Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338573
b: refs/heads/master
c: bc8d51e
h: refs/heads/master
i:
  338571: efcd3f1
v: v3
  • Loading branch information
Jan Beulich authored and Greg Kroah-Hartman committed Nov 2, 2012
1 parent 67cf416 commit 6d7562f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 09f6ffde2ecef4cc4e2a5edaa303210cabd96f57
refs/heads/master: bc8d51ea7e8ae0abb90fa89407b55a7e0bcb0a2a
4 changes: 2 additions & 2 deletions trunk/drivers/usb/early/ehci-dbgp.c
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ struct console early_dbgp_console = {
.index = -1,
};

#if IS_ENABLED(CONFIG_USB_EHCI_HCD)
#if IS_ENABLED(CONFIG_USB)
int dbgp_reset_prep(struct usb_hcd *hcd)
{
int ret = xen_dbgp_reset_prep(hcd);
Expand Down Expand Up @@ -1008,7 +1008,7 @@ int dbgp_external_startup(struct usb_hcd *hcd)
return xen_dbgp_external_startup(hcd) ?: _dbgp_external_startup();
}
EXPORT_SYMBOL_GPL(dbgp_external_startup);
#endif /* USB_EHCI_HCD */
#endif /* USB */

#ifdef CONFIG_KGDB

Expand Down

0 comments on commit 6d7562f

Please sign in to comment.