[PATCH V3 Resend 09/12] net/stmmac: Remove conditional compilation of clk code
From: davem@davemloft.net (David Miller)
Date: 2012-05-10 01:28:39
Also in:
lkml, netdev
From: davem@davemloft.net (David Miller)
Date: 2012-05-10 01:28:39
Also in:
lkml, netdev
From: Viresh Kumar <redacted> Date: Tue, 8 May 2012 09:22:36 +0530
With addition of dummy clk_*() calls for non CONFIG_HAVE_CLK cases in clk.h, there is no need to have clk code enclosed in #ifdef CONFIG_HAVE_CLK, #endif macros. This also fixes error paths of probe(), as a goto is required in this patch. Signed-off-by: Viresh Kumar <redacted>
Acked-by: David S. Miller <davem@davemloft.net>