summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-17 01:09:58 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-17 01:09:58 +0000
commitdd33c74162c9bd82d72496ef1c32041732becfb8 (patch)
tree98f3854e140b7fcd710b0bfd715b3f3d6cc0c8ee /src/arch
parentd9659013f9fdbc2073c466712c01325bc040b38f (diff)
downloadcoreboot-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.c1
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;