diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm.c')
-rw-r--r-- | arch/arm/mach-omap2/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c index 55361c16c9d9..ea8ceaed09cb 100644 --- a/arch/arm/mach-omap2/pm.c +++ b/arch/arm/mach-omap2/pm.c | |||
@@ -103,7 +103,7 @@ static struct platform_suspend_ops omap_pm_ops = { | |||
103 | .valid = suspend_valid_only_mem, | 103 | .valid = suspend_valid_only_mem, |
104 | }; | 104 | }; |
105 | 105 | ||
106 | int __init omap2_pm_init(void) | 106 | static int __init omap2_pm_init(void) |
107 | { | 107 | { |
108 | return 0; | 108 | return 0; |
109 | } | 109 | } |