From: Anand Gadiyar <[email protected]>

Fix this compilation warning in pm_34xx.c

  CC      arch/arm/mach-omap2/pm_34xx.o
arch/arm/mach-omap2/pm_34xx.c:214: warning: function declaration isn't a 
prototype

Signed-off-by: Anand Gadiyar <[email protected]>
---
diff --git a/arch/arm/mach-omap2/pm_34xx.c b/arch/arm/mach-omap2/pm_34xx.c
index aeeb055..abe9618 100644
--- a/arch/arm/mach-omap2/pm_34xx.c
+++ b/arch/arm/mach-omap2/pm_34xx.c
@@ -210,7 +210,7 @@ u32 omap3_start_rng(void)
 }
 #endif /* #ifdef OMAP3_START_RNG */
 
-void omap3_push_sram_functions()
+void omap3_push_sram_functions(void)
 {
        _omap_sram_idle = omap_sram_push(omap34xx_cpu_suspend,
                                omap34xx_cpu_suspend_sz);
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to