diff options
Diffstat (limited to 'hw/ioapic.c')
-rw-r--r-- | hw/ioapic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ioapic.c b/hw/ioapic.c index 335da6ef3f..e3f8a46e48 100644 --- a/hw/ioapic.c +++ b/hw/ioapic.c @@ -94,7 +94,7 @@ static void ioapic_service(IOAPICState *s) } } -void ioapic_set_irq(void *opaque, int vector, int level) +static void ioapic_set_irq(void *opaque, int vector, int level) { IOAPICState *s = opaque; |