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:
parent
1079a8b290
commit
1a21a680f1
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Add table
Reference in a new issue