[PATCH OMAPZOOM] Kill compile warning in pm_34xx.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux