Skip to content
Snippets Groups Projects
Commit 28bdd4a7 authored by David Woodhouse's avatar David Woodhouse
Browse files

[MTD] [NAND] Update CAFÉ driver interrupt handler prototype

parent 103e40f6
Branches
Tags
No related merge requests found
...@@ -312,7 +312,7 @@ static void cafe_select_chip(struct mtd_info *mtd, int chipnr) ...@@ -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); // 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 mtd_info *mtd = id;
struct cafe_priv *cafe = mtd->priv; struct cafe_priv *cafe = mtd->priv;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment