ARM: OMAP: Remove unnecessary clk structure
authorJon Hunter <jon-hunter@ti.com>
Tue, 5 Jun 2012 17:34:49 +0000 (12:34 -0500)
committerTony Lindgren <tony@atomide.com>
Thu, 14 Jun 2012 09:39:05 +0000 (02:39 -0700)
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 <jon-hunter@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/include/plat/dmtimer.h

index 5da73562e4867ce732a9ca9b3aeb2db33eebee45..5fdfaa481259f6aeebf9ec7ed087d5f34ea0a536 100644 (file)
@@ -71,7 +71,6 @@ struct omap_timer_capability_dev_attr {
 };
 
 struct omap_dm_timer;
-struct clk;
 
 struct timer_regs {
        u32 tidr;