[coreboot] New patch to review for coreboot: e97316e usbdebug_init() is a static function

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Sat Mar 31 00:15:18 CEST 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/819

-gerrit

commit e97316e1d704bd61aea45bc0e901ae9de6852210
Author: Stefan Reinauer <reinauer at chromium.org>
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 <reinauer at google.com>
---
 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




More information about the coreboot mailing list