Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148501
b: refs/heads/master
c: 82ced6f
h: refs/heads/master
i:
  148499: 97e0aa4
v: v3
  • Loading branch information
Jean Delvare authored and Takashi Iwai committed Jun 4, 2009
1 parent 218323a commit 7310563
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 3e1e0a5dd539f83438078759c8642c5dd7c24cb6
refs/heads/master: 82ced6fd28653ab456c3e5b25e9ef3c1c96cd6e9
2 changes: 1 addition & 1 deletion trunk/sound/isa/es1688/es1688.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ static int __devexit snd_es1688_remove(struct device *dev, unsigned int n)
static struct isa_driver snd_es1688_driver = {
.match = snd_es1688_match,
.probe = snd_es1688_probe,
.remove = snd_es1688_remove,
.remove = __devexit_p(snd_es1688_remove),
#if 0 /* FIXME */
.suspend = snd_es1688_suspend,
.resume = snd_es1688_resume,
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/isa/gus/gusextreme.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ static int __devexit snd_gusextreme_remove(struct device *dev, unsigned int n)
static struct isa_driver snd_gusextreme_driver = {
.match = snd_gusextreme_match,
.probe = snd_gusextreme_probe,
.remove = snd_gusextreme_remove,
.remove = __devexit_p(snd_gusextreme_remove),
#if 0 /* FIXME */
.suspend = snd_gusextreme_suspend,
.resume = snd_gusextreme_resume,
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/parisc/harmony.c
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ static struct parisc_driver snd_harmony_driver = {
.name = "harmony",
.id_table = snd_harmony_devtable,
.probe = snd_harmony_probe,
.remove = snd_harmony_remove,
.remove = __devexit_p(snd_harmony_remove),
};

static int __init
Expand Down

0 comments on commit 7310563

Please sign in to comment.