From: Anand Gadiyar <gadiyar@xxxxxx> 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 <gadiyar@xxxxxx> --- 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html