This trivial patch removes an unused local variable, thus getting rid of

a compiler warning.

Signed-off-by: Ronald Hoogenboom <hoogenboom30@zonnet.nl>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3115 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald Hoogenboom 2008-02-25 10:15:10 +00:00 committed by Torsten Duwe
parent 0be722c508
commit 8684520b94
1 changed files with 0 additions and 1 deletions

View File

@ -248,7 +248,6 @@ static void lpc_init(device_t dev)
static void mcp55_lpc_read_resources(device_t dev)
{
struct resource *res;
unsigned long index;
/* Get the normal pci resources of this device */
pci_dev_read_resources(dev); // We got one for APIC, or one more for TRAP