[LinuxBIOS] r2889 - trunk/LinuxBIOSv2/src/devices

svn at openbios.org svn at openbios.org
Tue Oct 23 21:23:52 CEST 2007


Author: stepan
Date: 2007-10-23 21:23:52 +0200 (Tue, 23 Oct 2007)
New Revision: 2889

Modified:
   trunk/LinuxBIOSv2/src/devices/cardbus_device.c
Log:
drop unused variable (and thus warning). trivial patch.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/LinuxBIOSv2/src/devices/cardbus_device.c
===================================================================
--- trunk/LinuxBIOSv2/src/devices/cardbus_device.c	2007-10-23 18:59:21 UTC (rev 2888)
+++ trunk/LinuxBIOSv2/src/devices/cardbus_device.c	2007-10-23 19:23:52 UTC (rev 2889)
@@ -93,7 +93,6 @@
 	resource_t moving_base, moving_limit, moving;
 	unsigned long type;
 	uint16_t ctl;
-	unsigned long index;	
 
 	/* See if needs a card control registers base address */
 





More information about the coreboot mailing list