mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a complex...
[coreboot.git] / src / pc80 / keyboard.c
index 331f5ab3452085bd77455c5049153a0a30b91ac4..d293f714deb93b44144f8d133fa4ae02e458ef13 100644 (file)
@@ -5,7 +5,7 @@
 
 /* much better keyboard init courtesy ollie@sis.com.tw 
    TODO: Typematic Setting, the keyboard is too slow for me */
-void pc_keyboard_init(struct pc_keyboard *keyboard)
+static void pc_keyboard_init(struct pc_keyboard *keyboard)
 {
        volatile unsigned char regval;