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@coresystems.de Acked-by: Stefan Reinauer stepan@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 */