aboutsummaryrefslogtreecommitdiff
path: root/sound/last.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/last.c')
-rw-r--r--sound/last.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/last.c b/sound/last.c
index 282b0cdb058..43f22282503 100644
--- a/sound/last.c
+++ b/sound/last.c
@@ -19,8 +19,6 @@
*
*/
-#define SNDRV_MAIN_OBJECT_FILE
-#include <sound/driver.h>
#include <linux/init.h>
#include <sound/core.h>
@@ -39,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);