Skip to content

Commit

Permalink
xtensa: export ccount_freq
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Max Filippov committed Jan 19, 2014
1 parent 9848e49 commit 45ec886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/xtensa/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 45ec886

Please sign in to comment.