ARM: ixp4xx: stop using <mach/timex.h>
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 26 Nov 2013 18:25:59 +0000 (19:25 +0100)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 20 Dec 2013 10:44:24 +0000 (11:44 +0100)
The only user of symbols defined in ixp4xx's <mach/timex.h> is common.c.
Fix that one up by moving the used #define into common.c directly and
add a local substitute for the global define LATCH which uses
CLOCK_TICK_RATE. This makes ixp4xx not to be a bar to dropping support
for <mach/timex.h>.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

No differences found