From e1fe688c9bf69781d40ef8568b35ea307eaa41a8 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Wed, 30 Apr 2014 20:41:41 +1000 Subject: src/*: Remove the last remnants of struct keyboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7d0e8d2119a470428cfc01c0738b8988ab75ba2d Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/5624 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/include/pc80/keyboard.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/include/pc80') diff --git a/src/include/pc80/keyboard.h b/src/include/pc80/keyboard.h index 5f9772382c..16cb959799 100644 --- a/src/include/pc80/keyboard.h +++ b/src/include/pc80/keyboard.h @@ -1,10 +1,6 @@ #ifndef PC80_KEYBOARD_H #define PC80_KEYBOARD_H -struct pc_keyboard { - /* No initialization parameters for now */ -}; - void pc_keyboard_init(void); void set_kbc_ps2_mode(void); -- cgit v1.2.3