ARM: OMAP3+: SmartReflex: move late_initcall() closer to its argument
no functional changes, trivial patch. Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Jean Pihet <j-pihet@ti.com> Reviewed-by: Kevin Hilman <khilman@ti.com> Signed-off-by: Kevin Hilman <khilman@ti.com>
This commit is contained in:
committed by
Kevin Hilman
parent
1079a8b290
commit
1a21a680f1
@ -1117,12 +1117,12 @@ static int __init sr_init(void)
|
||||
|
||||
return 0;
|
||||
}
|
||||
late_initcall(sr_init);
|
||||
|
||||
static void __exit sr_exit(void)
|
||||
{
|
||||
platform_driver_unregister(&smartreflex_driver);
|
||||
}
|
||||
late_initcall(sr_init);
|
||||
module_exit(sr_exit);
|
||||
|
||||
MODULE_DESCRIPTION("OMAP Smartreflex Driver");
|
||||
|
Reference in New Issue
Block a user