summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMark Cave-Ayland2022-07-12 23:52:48 +0200
committerMark Cave-Ayland2022-07-18 20:28:46 +0200
commit5e8312ab8ed16c0e671a13eda680959c7ac1e980 (patch)
tree216371cc2d12c303ca30b0a7da5237a752a51509 /include
parentpckbd: don't use legacy ps2_kbd_init() function (diff)
downloadqemu-5e8312ab8ed16c0e671a13eda680959c7ac1e980.tar.gz
qemu-5e8312ab8ed16c0e671a13eda680959c7ac1e980.tar.xz
qemu-5e8312ab8ed16c0e671a13eda680959c7ac1e980.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/hw/input/ps2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/input/ps2.h b/include/hw/input/ps2.h
index a78619d8cb..18fd10cc75 100644
--- a/include/hw/input/ps2.h
+++ b/include/hw/input/ps2.h
@@ -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);