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:
5717a02
)
m68knommu: move definition of mach_gettod to where it is used
author
Greg Ungerer
<gerg@uclinux.org>
Wed, 19 Oct 2011 11:37:08 +0000
(21:37 +1000)
committer
Greg Ungerer
<gerg@uclinux.org>
Sat, 24 Dec 2011 11:47:57 +0000
(21:47 +1000)
The mach_gettod function pointer is only called from the time_no.c
code. So move its actual definition to there too. It is currently in
setup_no.c for no particularly good reason.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
No differences found