summaryrefslogtreecommitdiffstats
path: root/hw/ioapic.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-06-17 16:32:47 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-06-17 16:32:47 +0000
commit7d0500c49abe09171260a4a8dd06c312c3e043e9 (patch)
treeaa302263634d860b667a87a62c715e48d831de0d /hw/ioapic.c
parent97374d38583028b33074c69caf296d94cb1b9d5b (diff)
downloadhqemu-7d0500c49abe09171260a4a8dd06c312c3e043e9.zip
hqemu-7d0500c49abe09171260a4a8dd06c312c3e043e9.tar.gz
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>
Diffstat (limited to 'hw/ioapic.c')
-rw-r--r--hw/ioapic.c2
1 files changed, 1 insertions, 1 deletions
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 @@ 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;
OpenPOWER on IntegriCloud