aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/ams-delta.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/omap/ams-delta.c')
-rw-r--r--sound/soc/omap/ams-delta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/ams-delta.c b/sound/soc/omap/ams-delta.c
index a67f4370bc9f..da6e005c1c41 100644
--- a/sound/soc/omap/ams-delta.c
+++ b/sound/soc/omap/ams-delta.c
@@ -635,7 +635,7 @@ err:
635 platform_device_put(ams_delta_audio_platform_device); 635 platform_device_put(ams_delta_audio_platform_device);
636 return ret; 636 return ret;
637} 637}
638module_init(ams_delta_module_init); 638late_initcall(ams_delta_module_init);
639 639
640static void __exit ams_delta_module_exit(void) 640static void __exit ams_delta_module_exit(void)
641{ 641{