mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
ps2: make ps2_raise_irq() function static
This function is no longer used outside of ps2.c and so can be declared static. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Helge Deller <deller@gmx.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20220624134109.881989-32-mark.cave-ayland@ilande.co.uk>
This commit is contained in:
parent
488d1537a1
commit
52b28f76dd
2 changed files with 1 additions and 2 deletions
|
@ -172,7 +172,7 @@ void ps2_queue_noirq(PS2State *s, int b)
|
|||
q->count++;
|
||||
}
|
||||
|
||||
void ps2_raise_irq(PS2State *s)
|
||||
static void ps2_raise_irq(PS2State *s)
|
||||
{
|
||||
s->update_irq(s->update_arg, 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue