Merge branch 'topic/section-fix' into for-linus
* topic/section-fix: ALSA: Add missing __devexit_p() markers ALSA: powermac - Replace the rest of __init* ALSA: sound/ppc: update annotations of serveral functions
This commit is contained in:
@@ -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