From: Jon Hunter Date: Tue, 5 Jun 2012 17:34:49 +0000 (-0500) Subject: ARM: OMAP: Remove unnecessary clk structure X-Git-Tag: upstream/snapshot3+hdmi~7013^2~1^3~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b8fd7331208e52a0a932209584bde80fd4ec09b9;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: OMAP: Remove unnecessary clk structure In the plat/dmtimer.h there is a structure named "clk" declared. This structure is not used and appears to be left over from previous code. Hence, remove this unused structure. Verified that both omap1 and omap2plus kernel configurations build with this change. Signed-off-by: Jon Hunter Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/plat-omap/include/plat/dmtimer.h b/arch/arm/plat-omap/include/plat/dmtimer.h index 5da7356..5fdfaa4 100644 --- a/arch/arm/plat-omap/include/plat/dmtimer.h +++ b/arch/arm/plat-omap/include/plat/dmtimer.h @@ -71,7 +71,6 @@ struct omap_timer_capability_dev_attr { }; struct omap_dm_timer; -struct clk; struct timer_regs { u32 tidr;