diff options
Diffstat (limited to 'include/linux/usb')
-rw-r--r-- | include/linux/usb/ehci_def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/usb/ehci_def.h b/include/linux/usb/ehci_def.h index 1deac2a7b12e..07851e05d763 100644 --- a/include/linux/usb/ehci_def.h +++ b/include/linux/usb/ehci_def.h | |||
@@ -176,4 +176,9 @@ extern int __init early_dbgp_init(char *s); | |||
176 | extern struct console early_dbgp_console; | 176 | extern struct console early_dbgp_console; |
177 | #endif /* CONFIG_EARLY_PRINTK_DBGP */ | 177 | #endif /* CONFIG_EARLY_PRINTK_DBGP */ |
178 | 178 | ||
179 | #ifdef CONFIG_EARLY_PRINTK_DBGP | ||
180 | /* Call backs from ehci host driver to ehci debug driver */ | ||
181 | extern int dbgp_external_startup(void); | ||
182 | #endif | ||
183 | |||
179 | #endif /* __LINUX_USB_EHCI_DEF_H */ | 184 | #endif /* __LINUX_USB_EHCI_DEF_H */ |