Skip to content

Commit

Permalink
[MTD] [NAND] Update CAFÉ driver interrupt handler prototype
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed Nov 29, 2006
1 parent 103e40f commit 28bdd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/nand/cafe.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ static void cafe_select_chip(struct mtd_info *mtd, int chipnr)
// cafe_dev_dbg(&cafe->pdev->dev, "select_chip %d\n", chipnr);
}

static int cafe_nand_interrupt(int irq, void *id, struct pt_regs *regs)
static int cafe_nand_interrupt(int irq, void *id)
{
struct mtd_info *mtd = id;
struct cafe_priv *cafe = mtd->priv;
Expand Down

0 comments on commit 28bdd4a

Please sign in to comment.