Author: duwe Date: 2008-02-25 11:15:10 +0100 (Mon, 25 Feb 2008) New Revision: 3115
Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_lpc.c Log: 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
Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_lpc.c =================================================================== --- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_lpc.c 2008-02-21 21:00:19 UTC (rev 3114) +++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_lpc.c 2008-02-25 10:15:10 UTC (rev 3115) @@ -248,7 +248,6 @@ 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