coreboot-kgpe-d16/src
Sven Schnelle 5db45b4d4a 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)
2012-01-11 09:13:16 +01:00
..
arch/x86 MTRR: get physical address size from CPUID 2012-01-10 21:51:40 +01:00
boot selfboot: Don't include unneeded ip_checksum.h 2011-11-08 21:21:55 +01:00
console trivial:change the value type of POST_PORT in Kconfig from int to hex 2011-12-26 08:52:07 +01:00
cpu MTRR: get physical address size from CPUID 2012-01-10 21:51:40 +01:00
devices Fix console output in real mode int10 implementation. 2011-12-13 23:46:27 +01:00
drivers adm1027: add return statement 2012-01-08 20:42:08 +01:00
ec Lenovo X60/T60: add first_battery setting 2011-12-14 09:41:46 +01:00
include MTRR: get physical address size from CPUID 2012-01-10 21:51:40 +01:00
lib don't scan beyond end of CBFS 2011-11-02 10:49:24 +01:00
mainboard Update geode GX2 tree to match LX. 2012-01-07 11:46:50 +01:00
northbridge i945: fix tsc udelay() 2012-01-10 12:54:09 +01:00
pc80 kbd: wait longer for self-test on keyboard reset 2011-12-21 16:25:20 +01:00
southbridge Add missing HAVE_HARD_RESET 2012-01-10 15:03:46 +01:00
superio W83627HF: remove unused function 2012-01-11 09:13:16 +01:00
vendorcode Change AMD vendorcode build 2011-12-02 08:59:26 +01:00
Kconfig refactor vesa mode setting code and bootsplash code 2011-10-13 20:00:50 +02:00
Kconfig.deprecated_options some ifdef --> if fixes 2011-04-21 20:24:43 +00:00