aboutsummaryrefslogtreecommitdiff
path: root/sound/last.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/last.c')
-rw-r--r--sound/last.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/last.c b/sound/last.c
index bdd0857b887..43f22282503 100644
--- a/sound/last.c
+++ b/sound/last.c
@@ -19,7 +19,6 @@
*
*/
-#define SNDRV_MAIN_OBJECT_FILE
#include <linux/init.h>
#include <sound/core.h>
@@ -38,4 +37,4 @@ static int __init alsa_sound_last_init(void)
return 0;
}
-__initcall(alsa_sound_last_init);
+late_initcall_sync(alsa_sound_last_init);