Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153794
b: refs/heads/master
c: d3412db
h: refs/heads/master
v: v3
  • Loading branch information
Mika Korhonen authored and David Woodhouse committed Jun 5, 2009
1 parent bb3a5a6 commit 5920e5d
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: ab1ff210a86ae4ab5990b7bd2dc69fafbfa2355a
refs/heads/master: d3412dbd721c0136379d86242297d19399f0c05f
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/onenand/omap2.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ int omap2_onenand_rephase(void)
NULL, __adjust_timing);
}

static void __devexit omap2_onenand_shutdown(struct platform_device *pdev)
static void omap2_onenand_shutdown(struct platform_device *pdev)
{
struct omap2_onenand *c = dev_get_drvdata(&pdev->dev);

Expand Down Expand Up @@ -778,7 +778,7 @@ static int __devexit omap2_onenand_remove(struct platform_device *pdev)

static struct platform_driver omap2_onenand_driver = {
.probe = omap2_onenand_probe,
.remove = omap2_onenand_remove,
.remove = __devexit_p(omap2_onenand_remove),
.shutdown = omap2_onenand_shutdown,
.driver = {
.name = DRIVER_NAME,
Expand Down

0 comments on commit 5920e5d

Please sign in to comment.