W83627HF: remove unused function
authorSven Schnelle <svens@stackframe.org>
Tue, 10 Jan 2012 21:33:01 +0000 (22:33 +0100)
committerSven Schnelle <svens@stackframe.org>
Wed, 11 Jan 2012 08:13:16 +0000 (09:13 +0100)
commit5db45b4d4aa318a7f5b9e9a46607762e74fac823
tree398f9a5b429f812eaffbcd2a58368b22c51d56b7
parentadfbcb79ab719af4435e3fdbb8321cda825e076c
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>
Reviewed-on: http://review.coreboot.org/533
Tested-by: build bot (Jenkins)
src/superio/winbond/w83627hf/superio.c