|
@@ -953,7 +953,7 @@ static int snd_opl3sa2_isa_resume(struct device *dev, unsigned int n)
|
|
|
static struct isa_driver snd_opl3sa2_isa_driver = {
|
|
|
.match = snd_opl3sa2_isa_match,
|
|
|
.probe = snd_opl3sa2_isa_probe,
|
|
|
- .remove = __devexit( snd_opl3sa2_isa_remove),
|
|
|
+ .remove = __devexit_p(snd_opl3sa2_isa_remove),
|
|
|
#ifdef CONFIG_PM
|
|
|
.suspend = snd_opl3sa2_isa_suspend,
|
|
|
.resume = snd_opl3sa2_isa_resume,
|