aboutsummaryrefslogtreecommitdiff
path: root/include/hw
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2020-12-12 14:41:34 +0000
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2021-01-06 11:41:37 +0000
commitaecf994bca54bd0d97732a8af03a584c0fdaff4c (patch)
tree48e67a493e419c08025c784a327d1999dcabc98b /include/hw
parent339195366069635fa47dc995806f236e820e6378 (diff)
downloadqemu-aecf994bca54bd0d97732a8af03a584c0fdaff4c.zip
qemu-aecf994bca54bd0d97732a8af03a584c0fdaff4c.tar.gz
qemu-aecf994bca54bd0d97732a8af03a584c0fdaff4c.tar.bz2
include/hw/sparc/grlib.h: Remove unused set_pil_in_fn typedef
The grlib.h header defines a set_pil_in_fn typedef which is never used; remove it. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20201212144134.29594-3-peter.maydell@linaro.org> Reviewed-by: KONRAD Frederic <frederic.konrad@adacore.com> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'include/hw')
-rw-r--r--include/hw/sparc/grlib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/sparc/grlib.h b/include/hw/sparc/grlib.h
index e1d1bea..2104f49 100644
--- a/include/hw/sparc/grlib.h
+++ b/include/hw/sparc/grlib.h
@@ -34,8 +34,6 @@
/* IRQMP */
#define TYPE_GRLIB_IRQMP "grlib,irqmp"
-typedef void (*set_pil_in_fn) (void *opaque, uint32_t pil_in);
-
void grlib_irqmp_ack(DeviceState *dev, int intno);
/* GPTimer */