diff options
Diffstat (limited to 'kernel/arch/mips/pistachio/time.c')
-rw-r--r-- | kernel/arch/mips/pistachio/time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/arch/mips/pistachio/time.c b/kernel/arch/mips/pistachio/time.c index 67889fcea..ab73f6f40 100644 --- a/kernel/arch/mips/pistachio/time.c +++ b/kernel/arch/mips/pistachio/time.c @@ -26,6 +26,7 @@ int get_c0_perfcount_int(void) { return gic_get_c0_perfcount_int(); } +EXPORT_SYMBOL_GPL(get_c0_perfcount_int); void __init plat_time_init(void) { |