]> Pileus Git - ~andy/linux/commitdiff
xtensa: export ccount_freq
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 19 Jan 2014 16:00:48 +0000 (20:00 +0400)
committerMax 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

index 08b769d3b3a1c48482179eac8c68c562f61321c4..2a1823de69ccf621b6ea63e2ad815bbe118fa2f9 100644 (file)
@@ -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)
 {