keyboard driver: function definitions should not omit void if they don't take
authorStefan Reinauer <stepan@coresystems.de>
Sat, 23 May 2009 22:02:31 +0000 (22:02 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sat, 23 May 2009 22:02:31 +0000 (22:02 +0000)
parameters.  (trivial)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4298 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/pc80/keyboard.c

index 424920e71dedda3c35dfb19a0d0a1d9b38d2a881..c60a2fad231194801c7db5341355d42cb7ca186f 100644 (file)
@@ -194,7 +194,7 @@ void init_pc_keyboard(unsigned port0, unsigned port1, struct pc_keyboard *kbd)
  * Not well documented. Google - 0xcb keyboard controller
  * This is called before pc_keyboard_init().
  */
-void set_kbc_ps2_mode()
+void set_kbc_ps2_mode(void)
 {
        /* clean up any junk that might have been in the kbc */
        if (!kbc_cleanup_buffers()) return;