Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337001
b: refs/heads/master
c: 4dde2d2
h: refs/heads/master
i:
  336999: e829cd5
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 5c945b1 commit 6045469
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: 486a5c28c2e7d6a80c393ac7d612b77d80447b84
refs/heads/master: 4dde2d2f3a3b09d282eb399d24fb261ae50425ef
2 changes: 1 addition & 1 deletion trunk/drivers/char/sonypi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ static struct platform_driver sonypi_driver = {
.pm = SONYPI_PM,
},
.probe = sonypi_probe,
.remove = __devexit_p(sonypi_remove),
.remove = sonypi_remove,
.shutdown = sonypi_shutdown,
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/char/tb0219.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ static struct platform_device *tb0219_platform_device;

static struct platform_driver tb0219_device_driver = {
.probe = tb0219_probe,
.remove = __devexit_p(tb0219_remove),
.remove = tb0219_remove,
.driver = {
.name = "TB0219",
.owner = THIS_MODULE,
Expand Down

0 comments on commit 6045469

Please sign in to comment.