mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
ps2: remove unused legacy ps2_kbd_init() function
Now that the legacy ps2_kbd_init() function is no longer used, it can be completely removed along with its associated trace-event. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Tested-by: Helge Deller <deller@gmx.de> Acked-by: Helge Deller <deller@gmx.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20220712215251.7944-38-mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
652fbff420
commit
5e8312ab8e
3 changed files with 0 additions and 15 deletions
|
@ -98,7 +98,6 @@ struct PS2MouseState {
|
|||
OBJECT_DECLARE_SIMPLE_TYPE(PS2MouseState, PS2_MOUSE_DEVICE)
|
||||
|
||||
/* ps2.c */
|
||||
void *ps2_kbd_init(void);
|
||||
void *ps2_mouse_init(void);
|
||||
void ps2_write_mouse(PS2MouseState *s, int val);
|
||||
void ps2_write_keyboard(PS2KbdState *s, int val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue