Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273341
b: refs/heads/master
c: 9efb4a1
h: refs/heads/master
i:
  273339: c43fb05
v: v3
  • Loading branch information
Ohad Ben-Cohen committed Sep 21, 2011
1 parent 4ffd0dc commit 7df3f4f
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: f84a8ecfca9229e9227c6ec84123b114ee634959
refs/heads/master: 9efb4a1bb9e46d26a15116e3c72b1b81c62d8337
4 changes: 2 additions & 2 deletions trunk/drivers/hwspinlock/omap_hwspinlock.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static int __devinit omap_hwspinlock_probe(struct platform_device *pdev)
return ret;
}

static int omap_hwspinlock_remove(struct platform_device *pdev)
static int __devexit omap_hwspinlock_remove(struct platform_device *pdev)
{
struct hwspinlock_device *bank = platform_get_drvdata(pdev);
void __iomem *io_base = bank->lock[0].priv - LOCK_BASE_OFFSET;
Expand All @@ -163,7 +163,7 @@ static int omap_hwspinlock_remove(struct platform_device *pdev)

static struct platform_driver omap_hwspinlock_driver = {
.probe = omap_hwspinlock_probe,
.remove = omap_hwspinlock_remove,
.remove = __devexit_p(omap_hwspinlock_remove),
.driver = {
.name = "omap_hwspinlock",
.owner = THIS_MODULE,
Expand Down

0 comments on commit 7df3f4f

Please sign in to comment.