Explorar o código

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>
Max Filippov %!s(int64=11) %!d(string=hai) anos
pai
achega
45ec8860be
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      arch/xtensa/kernel/time.c

+ 1 - 0
arch/xtensa/kernel/time.c

@@ -30,6 +30,7 @@
 #include <asm/platform.h>
 #include <asm/platform.h>
 
 
 unsigned long ccount_freq;		/* ccount Hz */
 unsigned long ccount_freq;		/* ccount Hz */
+EXPORT_SYMBOL(ccount_freq);
 
 
 static cycle_t ccount_read(struct clocksource *cs)
 static cycle_t ccount_read(struct clocksource *cs)
 {
 {