the following patch was just integrated into master: commit 6a0b3611c5b057907aabe2a1c05302440da9bc19 Author: Gabe Black gabeblack@google.com Date: Wed Jan 16 03:18:45 2013 -0800
libpayload: Put dump_td/dump_ed in ohci.c behind #ifdef USB_DEBUG
This function is static and not used in that file. To avoid the compiler complaining about that fact, put the two functions and the call to dump_ed (currently #if 0) behind #ifdef USB_DEBUG
Change-Id: Ic373313b5fff81f09800f286b32238350ab699c6 Signed-off-by: Gabe Black gabeblack@google.com Signed-off-by: Stefan Reinauer reinauer@google.com Reviewed-on: http://review.coreboot.org/2716 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Thu Mar 14 01:02:58 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Thu Mar 14 04:52:38 2013, giving +2 See http://review.coreboot.org/2716 for details.
-gerrit