summaryrefslogtreecommitdiff
path: root/sound/last.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-04-19 17:17:59 +0200
committerTakashi Iwai <tiwai@suse.de>2012-04-19 17:20:13 +0200
commitd39801105722c9aef9eae180656190c399c576a9 (patch)
treec999d56c418920a9fda656259afb3f13dfd7616e /sound/last.c
parent83b0c6ba999643ee8ad6329f26e1cdc870e1a920 (diff)
parentc817eebec5971febab86d397582954bd52f403a8 (diff)
Merge branch 'fix/hda' into topic/hda
Conflicts: sound/pci/hda/patch_conexant.c Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/last.c')
-rw-r--r--sound/last.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/last.c b/sound/last.c
index bdd0857b8871..7ffc182e0844 100644
--- a/sound/last.c
+++ b/sound/last.c
@@ -38,4 +38,4 @@ static int __init alsa_sound_last_init(void)
return 0;
}
-__initcall(alsa_sound_last_init);
+late_initcall_sync(alsa_sound_last_init);