]> err.no Git - linux-2.6/blobdiff - drivers/char/keyboard.c
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6] / drivers / char / keyboard.c
index 3ce51c6a1b1821c6c25429ea813b1ab67a4ba91d..7b19e02f112fd585d02fe48e4eb1eb8c2a0001cc 100644 (file)
@@ -1026,7 +1026,8 @@ static void kbd_rawcode(unsigned char data)
                put_queue(vc, data);
 }
 
-void kbd_keycode(unsigned int keycode, int down, int hw_raw, struct pt_regs *regs)
+static void kbd_keycode(unsigned int keycode, int down,
+                       int hw_raw, struct pt_regs *regs)
 {
        struct vc_data *vc = vc_cons[fg_console].d;
        unsigned short keysym, *key_map;