diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2014-01-19 20:00:48 +0400 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2014-01-19 20:00:48 +0400 |
commit | 45ec8860be2f681b2e3e521a3fb4554ec29fbaac (patch) | |
tree | b04a146be6af90465bad6da91d5d0be130ba270f /arch/xtensa/kernel/time.c | |
parent | 9848e49a9a9aab075d79c5d2856abb879495f97f (diff) |
xtensa: export ccount_freq
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>
Diffstat (limited to 'arch/xtensa/kernel/time.c')
-rw-r--r-- | arch/xtensa/kernel/time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/kernel/time.c b/arch/xtensa/kernel/time.c index 08b769d3b3a1..2a1823de69cc 100644 --- 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) { |