diff options
author | Jason Wessel <jason.wessel@windriver.com> | 2009-08-20 16:39:48 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-23 09:46:38 -0400 |
commit | df6c516900d48df3581b23d37d6516a22ec4f2ca (patch) | |
tree | d1210b893b7ba69d8694e6022c47764134a79ae7 /include/linux/usb | |
parent | fd4f3a931f6e047e88bc8c6023666acad957109a (diff) |
USB: ehci,dbgp,early_printk: split ehci debug driver from early_printk.c
Move the dbgp early printk driver in advance of refactoring and adding
new code, so the changes to this code are tracked separately from the
move of the code.
The drivers/usb/early directory will be the location of the current
and future early usb code for driving usb devices prior initializing
the standard interrupt driven USB drivers.
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/usb')
-rw-r--r-- | include/linux/usb/ehci_def.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/usb/ehci_def.h b/include/linux/usb/ehci_def.h index 4c4b701ff265..1deac2a7b12e 100644 --- a/include/linux/usb/ehci_def.h +++ b/include/linux/usb/ehci_def.h | |||
@@ -170,4 +170,10 @@ struct ehci_dbg_port { | |||
170 | #define DBGP_EPADDR(dev, ep) (((dev)<<8)|(ep)) | 170 | #define DBGP_EPADDR(dev, ep) (((dev)<<8)|(ep)) |
171 | } __attribute__ ((packed)); | 171 | } __attribute__ ((packed)); |
172 | 172 | ||
173 | #ifdef CONFIG_EARLY_PRINTK_DBGP | ||
174 | #include <linux/init.h> | ||
175 | extern int __init early_dbgp_init(char *s); | ||
176 | extern struct console early_dbgp_console; | ||
177 | #endif /* CONFIG_EARLY_PRINTK_DBGP */ | ||
178 | |||
173 | #endif /* __LINUX_USB_EHCI_DEF_H */ | 179 | #endif /* __LINUX_USB_EHCI_DEF_H */ |