aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/isa/opl3sa2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/opl3sa2.c b/sound/isa/opl3sa2.c
index 61a323cc0e49..4f6800b43b0e 100644
--- a/sound/isa/opl3sa2.c
+++ b/sound/isa/opl3sa2.c
@@ -953,7 +953,7 @@ static int snd_opl3sa2_isa_resume(struct device *dev, unsigned int n)
953static struct isa_driver snd_opl3sa2_isa_driver = { 953static struct isa_driver snd_opl3sa2_isa_driver = {
954 .match = snd_opl3sa2_isa_match, 954 .match = snd_opl3sa2_isa_match,
955 .probe = snd_opl3sa2_isa_probe, 955 .probe = snd_opl3sa2_isa_probe,
956 .remove = __devexit( snd_opl3sa2_isa_remove), 956 .remove = __devexit_p(snd_opl3sa2_isa_remove),
957#ifdef CONFIG_PM 957#ifdef CONFIG_PM
958 .suspend = snd_opl3sa2_isa_suspend, 958 .suspend = snd_opl3sa2_isa_suspend,
959 .resume = snd_opl3sa2_isa_resume, 959 .resume = snd_opl3sa2_isa_resume,