diff options
| author | Mark Cave-Ayland | 2022-07-12 23:52:51 +0200 |
|---|---|---|
| committer | Mark Cave-Ayland | 2022-07-18 20:28:46 +0200 |
| commit | b704d63d094cc757c20c186ff40d692deb5e30de (patch) | |
| tree | 63b938964d3b7e19fb52e93a3a0126e42de76730 /include/hw | |
| parent | ps2: remove unused legacy ps2_mouse_init() function (diff) | |
| download | qemu-b704d63d094cc757c20c186ff40d692deb5e30de.tar.gz qemu-b704d63d094cc757c20c186ff40d692deb5e30de.tar.xz qemu-b704d63d094cc757c20c186ff40d692deb5e30de.zip | |
pckbd: remove legacy i8042_mm_init() function
This legacy function is only used during the initialisation of the MIPS magnum
machine, so inline its functionality directly into mips_jazz_init() and then
remove it.
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-41-mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'include/hw')
| -rw-r--r-- | include/hw/input/i8042.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/input/i8042.h b/include/hw/input/i8042.h index e199f1ece8..9fb3f8d787 100644 --- a/include/hw/input/i8042.h +++ b/include/hw/input/i8042.h @@ -88,8 +88,6 @@ struct MMIOKBDState { #define I8042_A20_LINE "a20" -MMIOKBDState *i8042_mm_init(qemu_irq kbd_irq, qemu_irq mouse_irq, - ram_addr_t size, hwaddr mask); void i8042_isa_mouse_fake_event(ISAKBDState *isa); void i8042_setup_a20_line(ISADevice *dev, qemu_irq a20_out); |
