Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336876
b: refs/heads/master
c: e533a34
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 28, 2012
1 parent aafb1cd commit c1ecdcf
Show file tree
Hide file tree
Showing 3 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: 571291066d053c34d28de26a6d9d96ac7d171a61
refs/heads/master: e533a349c0258f38a67afa1c2402a12f46227049
2 changes: 1 addition & 1 deletion trunk/drivers/hwspinlock/omap_hwspinlock.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static int omap_hwspinlock_probe(struct platform_device *pdev)
return ret;
}

static int __devexit omap_hwspinlock_remove(struct platform_device *pdev)
static int 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 Down
2 changes: 1 addition & 1 deletion trunk/drivers/hwspinlock/u8500_hsem.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static int u8500_hsem_probe(struct platform_device *pdev)
return ret;
}

static int __devexit u8500_hsem_remove(struct platform_device *pdev)
static int u8500_hsem_remove(struct platform_device *pdev)
{
struct hwspinlock_device *bank = platform_get_drvdata(pdev);
void __iomem *io_base = bank->lock[0].priv - HSEM_REGISTER_OFFSET;
Expand Down

0 comments on commit c1ecdcf

Please sign in to comment.