Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337006
b: refs/heads/master
c: 5a59509
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 3e1db00 commit 0363a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 39af33fc458543fd6daaf154e109eba22ab89a8f
refs/heads/master: 5a59509b4753c281d3003eb996c8137bef62e5a9
2 changes: 1 addition & 1 deletion trunk/drivers/uio/uio_pruss.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static int __devexit pruss_remove(struct platform_device *dev)

static struct platform_driver pruss_driver = {
.probe = pruss_probe,
.remove = __devexit_p(pruss_remove),
.remove = pruss_remove,
.driver = {
.name = DRV_NAME,
.owner = THIS_MODULE,
Expand Down

0 comments on commit 0363a24

Please sign in to comment.