Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75657
b: refs/heads/master
c: 2ad913b
h: refs/heads/master
i:
  75655: 205a4a9
v: v3
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Jan 22, 2008
1 parent 46639f1 commit a337f10
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: a1f35ba374bc421ab33e40163be2b57995b09962
refs/heads/master: 2ad913babd5d597f9d9d71d9e93dd589d55e66cd
4 changes: 2 additions & 2 deletions trunk/drivers/input/misc/sparcspkr.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static struct of_platform_driver ebus_beep_driver = {
.name = "beep",
.match_table = ebus_beep_match,
.probe = ebus_beep_probe,
.remove = sparcspkr_remove,
.remove = __devexit_p(sparcspkr_remove),
.shutdown = sparcspkr_shutdown,
};

Expand Down Expand Up @@ -236,7 +236,7 @@ static struct of_platform_driver isa_beep_driver = {
.name = "beep",
.match_table = isa_beep_match,
.probe = isa_beep_probe,
.remove = sparcspkr_remove,
.remove = __devexit_p(sparcspkr_remove),
.shutdown = sparcspkr_shutdown,
};

Expand Down

0 comments on commit a337f10

Please sign in to comment.