diff options
author | Peter Maydell | 2020-12-12 15:41:34 +0100 |
---|---|---|
committer | Mark Cave-Ayland | 2021-01-06 12:41:37 +0100 |
commit | aecf994bca54bd0d97732a8af03a584c0fdaff4c (patch) | |
tree | 48e67a493e419c08025c784a327d1999dcabc98b | |
parent | hw/sparc: Make grlib-irqmp device handle its own inbound IRQ lines (diff) | |
download | qemu-aecf994bca54bd0d97732a8af03a584c0fdaff4c.tar.gz qemu-aecf994bca54bd0d97732a8af03a584c0fdaff4c.tar.xz qemu-aecf994bca54bd0d97732a8af03a584c0fdaff4c.zip |
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>
-rw-r--r-- | include/hw/sparc/grlib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/sparc/grlib.h b/include/hw/sparc/grlib.h index e1d1beaa73..2104f493f3 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 */ |