[MTD] [NAND] Update CAFÉ driver interrupt handler prototype
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Tue Nov 28 19:59:03 EST 2006
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=28bdd4a72d158083b7c7f56ec4ef5dfaf75d9464
Commit: 28bdd4a72d158083b7c7f56ec4ef5dfaf75d9464
Parent: 103e40f6330306753ba11548d53ff25144216236
commit 28bdd4a72d158083b7c7f56ec4ef5dfaf75d9464
Author: David Woodhouse <dwmw2 at infradead.org>
AuthorDate: Wed Nov 29 00:04:59 2006 +0000
Commit: David Woodhouse <dwmw2 at infradead.org>
CommitDate: Wed Nov 29 00:04:59 2006 +0000
[MTD] [NAND] Update CAFÉ driver interrupt handler prototype
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
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 fad304b..c0a5ec1 100644
--- a/drivers/mtd/nand/cafe.c
+++ b/drivers/mtd/nand/cafe.c
@@ -312,7 +312,7 @@ static void cafe_select_chip(struct mtd_
// 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;
More information about the linux-mtd-cvs
mailing list