OMAP2: clock: fix misc. OMAP24xx compile issues
authorKevin Hilman <khilman@deeprootsystems.com>
Thu, 28 Jan 2010 17:17:15 +0000 (09:17 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 28 Jan 2010 23:22:20 +0000 (15:22 -0800)
- Convert use of non-existant cpu_is_omap2xxx() to cpu_is_omap24xx()
- Change prefix of OMAP2 CPUfreq init/exit functions from
  omap2xxx_ to omap2_ as used in clock.c
- fix 'possible use of uninitialized variable' warning in
  omap2xxx_clk_init()

Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found