projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9848e49
)
xtensa: export ccount_freq
author
Max Filippov
<jcmvbkbc@gmail.com>
Sun, 19 Jan 2014 16:00:48 +0000
(20:00 +0400)
committer
Max Filippov
<jcmvbkbc@gmail.com>
Sun, 19 Jan 2014 16:00:48 +0000
(20:00 +0400)
Now that ccount_freq is used in udelay and ndelay it needs to be
exported in order to be available to modules.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/kernel/time.c
patch
|
blob
|
history
diff --git
a/arch/xtensa/kernel/time.c
b/arch/xtensa/kernel/time.c
index
08b769d
..
2a1823d
100644
(file)
--- a/
arch/xtensa/kernel/time.c
+++ b/
arch/xtensa/kernel/time.c
@@
-30,6
+30,7
@@
#include <asm/platform.h>
unsigned long ccount_freq; /* ccount Hz */
+EXPORT_SYMBOL(ccount_freq);
static cycle_t ccount_read(struct clocksource *cs)
{