make w83697hf_set_clksel_48() non-static and add a prototype
[coreboot.git] / src / superio / winbond / w83697hf / early_serial.c
index 7731804699c4f745ff7949a304b7199916e395f8..2825eebd23b17838c1ff8178c648b5ece911848b 100644 (file)
@@ -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)
+void w83697hf_set_clksel_48(device_t dev)
 {
        u8 reg8;