Commit 1a21a680 authored by Felipe Balbi's avatar Felipe Balbi Committed by Kevin Hilman

ARM: OMAP3+: SmartReflex: move late_initcall() closer to its argument

no functional changes, trivial patch.
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarJean Pihet <j-pihet@ti.com>
Reviewed-by: default avatarKevin Hilman <khilman@ti.com>
Signed-off-by: default avatarKevin Hilman <khilman@ti.com>
parent 1079a8b2
...@@ -1117,12 +1117,12 @@ static int __init sr_init(void) ...@@ -1117,12 +1117,12 @@ static int __init sr_init(void)
return 0; return 0;
} }
late_initcall(sr_init);
static void __exit sr_exit(void) static void __exit sr_exit(void)
{ {
platform_driver_unregister(&smartreflex_driver); platform_driver_unregister(&smartreflex_driver);
} }
late_initcall(sr_init);
module_exit(sr_exit); module_exit(sr_exit);
MODULE_DESCRIPTION("OMAP Smartreflex Driver"); MODULE_DESCRIPTION("OMAP Smartreflex Driver");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment