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:
parent
0be722c508
commit
8684520b94
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue