summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2012-02-29 23:33:45 +0100
committerKevin Hilman <khilman@ti.com>2012-03-05 11:29:26 -0800
commit1a21a680f1679c9648821f052abb5e77ad0f48af (patch)
treefcb9188b9793cc67e6d6121b8a24296d041f9576 /arch/arm/mach-omap2
parent1079a8b2907007ca6d11081fc403fc198ac503c4 (diff)
downloadop-kernel-dev-1a21a680f1679c9648821f052abb5e77ad0f48af.zip
op-kernel-dev-1a21a680f1679c9648821f052abb5e77ad0f48af.tar.gz
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>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/smartreflex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/smartreflex.c b/arch/arm/mach-omap2/smartreflex.c
index b5dc109..72fe4d1b 100644
--- a/arch/arm/mach-omap2/smartreflex.c
+++ b/arch/arm/mach-omap2/smartreflex.c
@@ -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");
OpenPOWER on IntegriCloud