ARM: OMAP: fix OMAP1 dmtimer build warning
authorDavid Brownell <david-b@pacbell.net>
Mon, 2 Apr 2007 19:45:50 +0000 (12:45 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 4 Apr 2007 14:32:05 +0000 (10:32 -0400)
commitc36acd58464f91a06184ffa03ae361c6309ac204
treee229bb4afab4d69cb0e58dd941b553194c6b4caf
parent6bacadf2fb57e02df1cfadf4c87264799f4f1471
ARM: OMAP: fix OMAP1 dmtimer build warning

Remove the OMAP1 version of omap_dm_timer_get_fclk(), and its associated
compile-time warning.  It would only BUG() if called, while it's only
called on OMAP2.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/dmtimer.c