diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/i386/boot/pirq_routing.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/i386/boot/pirq_routing.c b/src/arch/i386/boot/pirq_routing.c index 963df5cd78..37097184b6 100644 --- a/src/arch/i386/boot/pirq_routing.c +++ b/src/arch/i386/boot/pirq_routing.c @@ -107,7 +107,6 @@ void pirq_routing_irqs(unsigned long addr) unsigned char irq_slot[4]; unsigned char pirq[4] = {0, 0, 0, 0}; struct irq_routing_table *pirq_tbl; - device_t pdev; pirq_tbl = (struct irq_routing_table *)(addr); num_entries = (pirq_tbl->size - 32) / 16; |