diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-03-17 01:09:58 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-03-17 01:09:58 +0000 |
commit | dd33c74162c9bd82d72496ef1c32041732becfb8 (patch) | |
tree | 98f3854e140b7fcd710b0bfd715b3f3d6cc0c8ee /src/arch | |
parent | d9659013f9fdbc2073c466712c01325bc040b38f (diff) | |
download | coreboot-dd33c74162c9bd82d72496ef1c32041732becfb8.tar.xz |
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
Diffstat (limited to 'src/arch')
-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; |