diff mbox

omap1: pm_bus: Fix compilation warning.

Message ID 1291641828-19909-1-git-send-email-marek.belisko@open-nandra.com (mailing list archive)
State Accepted
Commit 76ffa9ab5437b761dd5cd5197651ce19e53c46d2
Delegated to: Tony Lindgren
Headers show

Commit Message

Marek Belisko Dec. 6, 2010, 1:23 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-omap1/pm_bus.c b/arch/arm/mach-omap1/pm_bus.c
index 8b66392..f97c6e9 100644
--- a/arch/arm/mach-omap1/pm_bus.c
+++ b/arch/arm/mach-omap1/pm_bus.c
@@ -48,7 +48,6 @@  static int omap1_pm_runtime_suspend(struct device *dev)
 
 static int omap1_pm_runtime_resume(struct device *dev)
 {
-	int ret = 0;
 	struct clk *iclk, *fclk;
 
 	dev_dbg(dev, "%s\n", __func__);