[ARM] rtc-sa1100: don't assume CLOCK_TICK_RATE to be a constant
authorEric Miao <eric.miao@marvell.com>
Thu, 18 Dec 2008 03:10:32 +0000 (11:10 +0800)
committerEric Miao <eric.miao@marvell.com>
Mon, 29 Dec 2008 09:57:48 +0000 (17:57 +0800)
As Nicolas and Russell pointed out, CLOCK_TICK_RATE is no more
a constant on PXA when multiple processors and platforms are
selected, change TIMER_FREQ in rtc-sa1100.c into a variable.

Since the code to decide the clock tick rate is re-used from
timer.c, introduce a common get_clock_tick_rate() for this.

Signed-off-by: Eric Miao <eric.miao@marvell.com>
Acked-by: Nicolas Pitre <nico@marvell.com>

No differences found