Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106419
b: refs/heads/master
c: aa83570
h: refs/heads/master
i:
  106417: 96cea3f
  106415: 7258af6
v: v3
  • Loading branch information
Anton Vorontsov authored and David Woodhouse committed Jun 7, 2008
1 parent cc01993 commit 3db49e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4474573a90bae41351fad576fa80c424d62be567
refs/heads/master: aa83570e23e626fe8dd1253f17e6d175507025f1
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/nand/fsl_elbc_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ static int __devinit fsl_elbc_ctrl_init(struct fsl_elbc_ctrl *ctrl)
return 0;
}

static int __devexit fsl_elbc_ctrl_remove(struct of_device *ofdev)
static int fsl_elbc_ctrl_remove(struct of_device *ofdev)
{
struct fsl_elbc_ctrl *ctrl = dev_get_drvdata(&ofdev->dev);
int i;
Expand Down Expand Up @@ -1041,7 +1041,7 @@ static struct of_platform_driver fsl_elbc_ctrl_driver = {
},
.match_table = fsl_elbc_match,
.probe = fsl_elbc_ctrl_probe,
.remove = __devexit_p(fsl_elbc_ctrl_remove),
.remove = fsl_elbc_ctrl_remove,
};

static int __init fsl_elbc_init(void)
Expand Down

0 comments on commit 3db49e5

Please sign in to comment.