summaryrefslogtreecommitdiffstats
path: root/include/hw
diff options
context:
space:
mode:
authorMark Cave-Ayland2022-07-12 23:52:25 +0200
committerMark Cave-Ayland2022-07-18 20:28:46 +0200
commit92bd278c3b529d61375252840a56bd266d774473 (patch)
tree9ca3c39edfafda10baa9c9e3c88e2385fc261d02 /include/hw
parentlasips2: remove the qdev base property and the lasips2_properties array (diff)
downloadqemu-92bd278c3b529d61375252840a56bd266d774473.tar.gz
qemu-92bd278c3b529d61375252840a56bd266d774473.tar.xz
qemu-92bd278c3b529d61375252840a56bd266d774473.zip
lasips2: remove legacy lasips2_initfn() function
There is only one user of the legacy lasips2_initfn() function which is in machine_hppa_init(), so inline its functionality into machine_hppa_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-15-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/lasips2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/input/lasips2.h b/include/hw/input/lasips2.h
index f051c970f0..868c5521d7 100644
--- a/include/hw/input/lasips2.h
+++ b/include/hw/input/lasips2.h
@@ -47,6 +47,4 @@ struct LASIPS2State {
#define TYPE_LASIPS2 "lasips2"
OBJECT_DECLARE_SIMPLE_TYPE(LASIPS2State, LASIPS2)
-LASIPS2State *lasips2_initfn(qemu_irq irq);
-
#endif /* HW_INPUT_LASIPS2_H */