]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/last.c
ALSA: workaround: change the timing of alsa_sound_last_init()
[karo-tx-linux.git] / sound / last.c
index bdd0857b88710bb4fb2489766bcb4ea3fa26b79e..7ffc182e084478fac3e7ca4cf98523d4e68867d5 100644 (file)
@@ -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);