ARM: OMAP: fix OMAP1 dmtimer build warning
commit4e63915cbe4525beb9c0281f8e22945d88acc9bc
authorDavid Brownell <david-b@pacbell.net>
Mon, 2 Apr 2007 19:45:50 +0000 (2 12:45 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 22 Aug 2007 07:42:50 +0000 (22 00:42 -0700)
treedcd0f408dc7a37389c60cdf214dd243ed19d8353
parent5c5dccad31670faa716cbc9d8a6f918487f60a09
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