aboutsummaryrefslogtreecommitdiff
path: root/src/devices
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2007-10-23 19:23:52 +0000
committerStefan Reinauer <stepan@openbios.org>2007-10-23 19:23:52 +0000
commit643eee07541f10fcc3b34a56dc8bf2cf8d93c649 (patch)
treec90c59680fa4f08b88db02c0890d536fd4416e0e /src/devices
parent8b8383611541978804bc7660503a091bef358d5a (diff)
drop unused variable (and thus warning). trivial patch.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2889 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/cardbus_device.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cardbus_device.c b/src/devices/cardbus_device.c
index 3e5a8353a2..2dc7a51f3a 100644
--- a/src/devices/cardbus_device.c
+++ b/src/devices/cardbus_device.c
@@ -93,7 +93,6 @@ void cardbus_read_resources(device_t dev)
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 */