diff mbox

[PM-SR,11/12] omap3: sr: sr_exit should be static

Message ID 1281047052-21346-12-git-send-email-nm@ti.com (mailing list archive)
State Superseded
Headers show

Commit Message

Nishanth Menon Aug. 5, 2010, 10:24 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/smartreflex.c b/arch/arm/mach-omap2/smartreflex.c
index 9b5a10e..a723ac7 100644
--- a/arch/arm/mach-omap2/smartreflex.c
+++ b/arch/arm/mach-omap2/smartreflex.c
@@ -968,7 +968,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);
 }