diff options
Diffstat (limited to 'drivers/mtd/nand/cafe.c')
-rw-r--r-- | drivers/mtd/nand/cafe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/cafe.c b/drivers/mtd/nand/cafe.c index fad304bf7b7e..c0a5ec125907 100644 --- a/drivers/mtd/nand/cafe.c +++ b/drivers/mtd/nand/cafe.c | |||
@@ -312,7 +312,7 @@ static void cafe_select_chip(struct mtd_info *mtd, int chipnr) | |||
312 | // cafe_dev_dbg(&cafe->pdev->dev, "select_chip %d\n", chipnr); | 312 | // cafe_dev_dbg(&cafe->pdev->dev, "select_chip %d\n", chipnr); |
313 | } | 313 | } |
314 | 314 | ||
315 | static int cafe_nand_interrupt(int irq, void *id, struct pt_regs *regs) | 315 | static int cafe_nand_interrupt(int irq, void *id) |
316 | { | 316 | { |
317 | struct mtd_info *mtd = id; | 317 | struct mtd_info *mtd = id; |
318 | struct cafe_priv *cafe = mtd->priv; | 318 | struct cafe_priv *cafe = mtd->priv; |