drop unused variable
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5232 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
d9659013f9
commit
dd33c74162
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue