Skip to content

Commit

Permalink
ARM: OMAP: Remove unnecessary clk structure
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jon Hunter authored and Tony Lindgren committed Jun 14, 2012
1 parent cfaf025 commit b8fd733
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/plat-omap/include/plat/dmtimer.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ struct omap_timer_capability_dev_attr {
};

struct omap_dm_timer;
struct clk;

struct timer_regs {
u32 tidr;
Expand Down

0 comments on commit b8fd733

Please sign in to comment.