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
This commit is contained in:
parent
8b83836115
commit
643eee0754
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue