diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2007-10-23 19:23:52 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2007-10-23 19:23:52 +0000 |
commit | 643eee07541f10fcc3b34a56dc8bf2cf8d93c649 (patch) | |
tree | c90c59680fa4f08b88db02c0890d536fd4416e0e | |
parent | 8b8383611541978804bc7660503a091bef358d5a (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
-rw-r--r-- | src/devices/cardbus_device.c | 1 |
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 */ |