Message ID | 1277414966-31806-3-git-send-email-nm@ti.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Kevin Hilman |
Headers | show |
diff --git a/arch/arm/mach-omap2/smartreflex.c b/arch/arm/mach-omap2/smartreflex.c index 57fc9b2..786e896 100644 --- a/arch/arm/mach-omap2/smartreflex.c +++ b/arch/arm/mach-omap2/smartreflex.c @@ -956,7 +956,7 @@ static int __init sr_init(void) return 0; } -void __exit sr_exit(void) +static void __exit sr_exit(void) { platform_driver_unregister(&smartreflex_driver); }