ALSA: workaround: change the timing of alsa_sound_last_init()
[deliverable/linux.git] / sound / last.c
index 282b0cdb0589fbc60984d9ac9d7ae44b681a2d61..7ffc182e084478fac3e7ca4cf98523d4e68867d5 100644 (file)
@@ -20,7 +20,6 @@
  */
 
 #define SNDRV_MAIN_OBJECT_FILE
-#include <sound/driver.h>
 #include <linux/init.h>
 #include <sound/core.h>
 
@@ -39,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);
This page took 0.024925 seconds and 5 git commands to generate.