ioapic: unexport ioapic_set_irq
commit7d0500c49abe09171260a4a8dd06c312c3e043e9
authorBlue Swirl <blauwirbel@gmail.com>
Thu, 17 Jun 2010 16:32:47 +0000 (17 16:32 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 17 Jun 2010 16:32:47 +0000 (17 16:32 +0000)
treeaa302263634d860b667a87a62c715e48d831de0d
parent97374d38583028b33074c69caf296d94cb1b9d5b
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>
hw/apic.h
hw/ioapic.c