projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
103e40f
)
[MTD] [NAND] Update CAFÉ driver interrupt handler prototype
author
David Woodhouse
<dwmw2@infradead.org>
Wed, 29 Nov 2006 00:04:59 +0000
(
00:04
+0000)
committer
David Woodhouse
<dwmw2@infradead.org>
Wed, 29 Nov 2006 00:04:59 +0000
(
00:04
+0000)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/nand/cafe.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mtd/nand/cafe.c
b/drivers/mtd/nand/cafe.c
index fad304bf7b7e9bf5c717740f352bb5a8589f8cff..c0a5ec12590715bb9b06f0e023873d8074b43308 100644
(file)
--- 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)
// 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;