[coreboot] New patch to review for coreboot: f600317 mark w83697hf_set_clksel_48() as potentially unused

Florian Zumbiehl gerrit at coreboot.org
Wed Nov 2 09:32:58 CET 2011


Florian Zumbiehl just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/380

-gerrit

commit f60031755fb2867bebb3ed62ee9bca1599f5dac3
Author: Florian Zumbiehl <florz at florz.de>
Date:   Tue Nov 1 20:19:02 2011 +0100

    mark w83697hf_set_clksel_48() as potentially unused
    
    Change-Id: I8ae94cfd61ae4774a367f83dd37e488987e2451a
    Signed-off-by: Florian Zumbiehl <florz at florz.de>
---
 src/superio/winbond/w83697hf/early_serial.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/superio/winbond/w83697hf/early_serial.c b/src/superio/winbond/w83697hf/early_serial.c
index 7731804..cc647a7 100644
--- a/src/superio/winbond/w83697hf/early_serial.c
+++ b/src/superio/winbond/w83697hf/early_serial.c
@@ -35,7 +35,7 @@ static void pnp_exit_ext_func_mode(device_t dev)
 	outb(0xaa, port);
 }
 
-static void w83697hf_set_clksel_48(device_t dev)
+static void __attribute__ ((unused)) w83697hf_set_clksel_48(device_t dev)
 {
 	u8 reg8;
 




More information about the coreboot mailing list