git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0402f9
)
ARM: rpc: stop using <mach/timex.h>
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Thu, 19 Dec 2013 21:22:23 +0000
(22:22 +0100)
committer
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Fri, 20 Dec 2013 16:17:14 +0000
(17:17 +0100)
The rpc timekeeping code uses the symbol LATCH which depends on
CLOCK_TICK_RATE which is defined in rpc's <mach/timex.h>. As this header
will go away in a later patch introduce a local variable holding the
same value as LATCH and use that instead.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
No differences found