Stefan Reinauer ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/819
-gerrit commit e97316e1d704bd61aea45bc0e901ae9de6852210 Author: Stefan Reinauer <[email protected]> Date: Fri Mar 30 12:59:24 2012 -0700 usbdebug_init() is a static function Therefore, drop the prototype. Change-Id: I7b716215a3fd63167c0c566c2527b6a71bc76b19 Signed-off-by: Stefan Reinauer <[email protected]> --- src/include/usbdebug.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/include/usbdebug.h b/src/include/usbdebug.h index a7ab21f..2b55ec7 100644 --- a/src/include/usbdebug.h +++ b/src/include/usbdebug.h @@ -42,6 +42,5 @@ unsigned get_ehci_debug(void); void set_debug_port(unsigned port); int early_usbdebug_init(void); void usbdebug_tx_byte(unsigned char data); -int usbdebug_init(unsigned ehci_bar, unsigned offset, struct ehci_debug_info *info); #endif #endif -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

