From 127e976ec287df4ceb16a3b176b58497e58e0d8d Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Wed, 4 Aug 2010 19:29:11 +0000 Subject: Remove warnings from USB debug console code. Signed-off-by: Myles Watson Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5683 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/console/console.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/console') diff --git a/src/include/console/console.h b/src/include/console/console.h index cab3c9e807..5501edf629 100644 --- a/src/include/console/console.h +++ b/src/include/console/console.h @@ -12,6 +12,9 @@ int console_tst_byte(void); #if CONFIG_CONSOLE_VGA == 1 void vga_console_init(void); #endif +#if CONFIG_USBDEBUG +#include +#endif struct console_driver { void (*init)(void); -- cgit v1.2.3