omap2 clock: remove all {src, rate}_offset fields from struct clk
authorPaul Walmsley <paul@pwsan.com>
Mon, 27 Aug 2007 08:39:12 +0000 (02:39 -0600)
committerTony Lindgren <tony@atomide.com>
Fri, 31 Aug 2007 18:12:24 +0000 (11:12 -0700)
src_offset and rate_offset are no longer used in OMAP2 clock framework
after the struct clksel/struct clksel_rate additions.  Remove these
fields from clock.h and #ifdef out those fields for OMAP24XX compiles.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found