|
@@ -361,7 +361,7 @@ static void fsmc_cmd_ctrl(struct mtd_info *mtd, int cmd, unsigned int ctrl)
|
|
|
struct nand_chip *this = mtd->priv;
|
|
|
struct fsmc_nand_data *host = container_of(mtd,
|
|
|
struct fsmc_nand_data, mtd);
|
|
|
- void *__iomem *regs = host->regs_va;
|
|
|
+ void __iomem *regs = host->regs_va;
|
|
|
unsigned int bank = host->bank;
|
|
|
|
|
|
if (ctrl & NAND_CTRL_CHANGE) {
|