summaryrefslogtreecommitdiff
path: root/sound/last.c
diff options
context:
space:
mode:
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);