diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2021-01-15 20:11:56 +0000 |
---|---|---|
committer | Thomas Huth <huth@tuxfamily.org> | 2021-01-19 09:10:00 +0100 |
commit | c8abcc87b1d61d61ca51a3cbe5002fcdee8fa724 (patch) | |
tree | e8a87a1391b2be3708a9f3c07102b67d9dcb5b4b /include/hw/m68k | |
parent | e43d564fa3a0d1e133935c8180ad4f4ccf699f33 (diff) |
hw/m68k/next-cube: Make next_irq() function static
The next_irq() function is global, but isn't actually used anywhere
outside next-cube.c. Make it static.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20210115201206.17347-2-peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Diffstat (limited to 'include/hw/m68k')
-rw-r--r-- | include/hw/m68k/next-cube.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/m68k/next-cube.h b/include/hw/m68k/next-cube.h index a3be2b32ab..5a56c354b8 100644 --- a/include/hw/m68k/next-cube.h +++ b/include/hw/m68k/next-cube.h @@ -42,6 +42,4 @@ enum next_irqs { NEXT_SND_I }; -void next_irq(void *opaque, int number, int level); - #endif /* NEXT_CUBE_H */ |