ALSA: Add missing __devexit_p() markers
3 ISA sound drivers lack their __devexit_p() markers, which would cause build failures when the kernel is built without hotplug support. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Kyle McMartin <kyle@mcmartin.ca> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:

committed by
Takashi Iwai

parent
3e1e0a5dd5
commit
82ced6fd28
@@ -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
|
||||
|
Reference in New Issue
Block a user