diff options
-rw-r--r-- | include/linux/usb/ehci-dbgp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/usb/ehci-dbgp.h b/include/linux/usb/ehci-dbgp.h index 796c1cd6f26a..7344d9e591cc 100644 --- a/include/linux/usb/ehci-dbgp.h +++ b/include/linux/usb/ehci-dbgp.h | |||
@@ -43,8 +43,7 @@ struct ehci_dbg_port { | |||
43 | }; | 43 | }; |
44 | 44 | ||
45 | #ifdef CONFIG_EARLY_PRINTK_DBGP | 45 | #ifdef CONFIG_EARLY_PRINTK_DBGP |
46 | #include <linux/init.h> | 46 | extern int early_dbgp_init(char *s); |
47 | extern int __init early_dbgp_init(char *s); | ||
48 | extern struct console early_dbgp_console; | 47 | extern struct console early_dbgp_console; |
49 | #endif /* CONFIG_EARLY_PRINTK_DBGP */ | 48 | #endif /* CONFIG_EARLY_PRINTK_DBGP */ |
50 | 49 | ||