the following patch was just integrated into master: commit 20a412d99c1a2f2c95a7c5db997c4f6a570a4d1c Author: Sven Schnelle svens@stackframe.org Date: Tue Jan 10 22:33:01 2012 +0100
W83627HF: remove unused function
When CONFIG_EXPERT is set, compilation fails with:
src/superio/winbond/w83627hf/superio.c:61:13: error: ‘w83627hf_16_bit_addr_qual’ defined but not used [-Werror=unused-function] cc1: all warnings being treated as errors
This function isn't used in the code, so just remove it.
Change-Id: I117e221fb3c3a20a7d7e7e2e86d7dbfdffc2cbff Signed-off-by: Sven Schnelle svens@stackframe.org
Build-Tested: build bot (Jenkins) at Tue Jan 10 22:48:50 2012, giving +1 Reviewed-By: Sven Schnelle svens@stackframe.org at Wed Jan 11 09:13:16 2012, giving +2 See http://review.coreboot.org/533 for details.
-gerrit