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)
commitf0402f9b47112faea10541b799b61066ae322c36
treeac75ce48ed26d7aed05d894b69417fea7e404801
parent3ae1a6b153b099fc7e50f9c74ae208bd72c02c3d
ARM: ixp4xx: stop using <mach/timex.h>

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>
arch/arm/mach-ixp4xx/common.c