Commit 8fe6d849 authored by Borislav Petkov (AMD)'s avatar Borislav Petkov (AMD)

x86/tsc: Make recalibrate_cpu_khz() export GPL only

A quick search doesn't reveal any use outside of the kernel - which
would be questionable to begin with anyway - so make the export GPL
only.
Signed-off-by: default avatarBorislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/Y599miBzWRAuOwhg@zn.tnic
parent 851026a2
...@@ -912,8 +912,7 @@ void recalibrate_cpu_khz(void) ...@@ -912,8 +912,7 @@ void recalibrate_cpu_khz(void)
cpu_khz_old, cpu_khz); cpu_khz_old, cpu_khz);
#endif #endif
} }
EXPORT_SYMBOL_GPL(recalibrate_cpu_khz);
EXPORT_SYMBOL(recalibrate_cpu_khz);
static unsigned long long cyc2ns_suspend; static unsigned long long cyc2ns_suspend;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment