From 9f6e0fb3ebe96abcfdf445a67f52b22fb3493aa5 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Wed, 29 Feb 2012 23:33:45 +0100 Subject: [PATCH] --- yaml --- r: 296109 b: refs/heads/master c: 1a21a680f1679c9648821f052abb5e77ad0f48af h: refs/heads/master i: 296107: 29fa6785f59fc1ead3f465251e724b522792090b v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/smartreflex.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 207ee6a86b79..0223b473af23 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1079a8b2907007ca6d11081fc403fc198ac503c4 +refs/heads/master: 1a21a680f1679c9648821f052abb5e77ad0f48af diff --git a/trunk/arch/arm/mach-omap2/smartreflex.c b/trunk/arch/arm/mach-omap2/smartreflex.c index b5dc1097e642..72fe4d1b01c4 100644 --- a/trunk/arch/arm/mach-omap2/smartreflex.c +++ b/trunk/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");