diff options
Diffstat (limited to 'sound/soc/omap/ams-delta.c')
| -rw-r--r-- | sound/soc/omap/ams-delta.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/ams-delta.c b/sound/soc/omap/ams-delta.c index a67f4370bc9..da6e005c1c4 100644 --- a/sound/soc/omap/ams-delta.c +++ b/sound/soc/omap/ams-delta.c @@ -635,7 +635,7 @@ err:  	platform_device_put(ams_delta_audio_platform_device);  	return ret;  } -module_init(ams_delta_module_init); +late_initcall(ams_delta_module_init);  static void __exit ams_delta_module_exit(void)  {  |