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:
Stefan Reinauer 2010-03-17 01:09:58 +00:00 committed by Stefan Reinauer
parent d9659013f9
commit dd33c74162
1 changed files with 0 additions and 1 deletions

View File

@ -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;