-Wshadow fixes

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
Øyvind Harboe
2010-06-14 11:51:25 +02:00
parent 9132f7083d
commit 3e51d893ed
4 changed files with 17 additions and 17 deletions

View File

@@ -649,7 +649,7 @@ static int lpc3180_write_page(struct nand_device *nand, uint32_t page, uint8_t *
*
**********************************************************************/
int retval,i=0,target_mem_base;
int i=0,target_mem_base;
uint8_t *ecc_flash_buffer;
struct working_area *pworking_area;