commit | 7d0500c49abe09171260a4a8dd06c312c3e043e9 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Thu Jun 17 16:32:47 2010 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Thu Jun 17 16:32:47 2010 +0000 |
tree | aa302263634d860b667a87a62c715e48d831de0d | |
parent | 97374d38583028b33074c69caf296d94cb1b9d5b [diff] [blame] |
ioapic: unexport ioapic_set_irq There's no need to use ioapic_set_irq() outside of ioapic.c, so make it static. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
diff --git a/hw/ioapic.c b/hw/ioapic.c index 335da6e..e3f8a46 100644 --- a/hw/ioapic.c +++ b/hw/ioapic.c
@@ -94,7 +94,7 @@ } } -void ioapic_set_irq(void *opaque, int vector, int level) +static void ioapic_set_irq(void *opaque, int vector, int level) { IOAPICState *s = opaque;