[coreboot] r3115 - trunk/coreboot-v2/src/southbridge/nvidia/mcp55

svn at coreboot.org svn at coreboot.org
Mon Feb 25 11:15:11 CET 2008


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 at zonnet.nl>
Acked-by: Peter Stuge <peter at 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





More information about the coreboot mailing list