mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
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: Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/r/Y599miBzWRAuOwhg@zn.tnic
This commit is contained in:
parent
851026a2bf
commit
8fe6d84947
@ -912,8 +912,7 @@ void recalibrate_cpu_khz(void)
|
||||
cpu_khz_old, cpu_khz);
|
||||
#endif
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(recalibrate_cpu_khz);
|
||||
EXPORT_SYMBOL_GPL(recalibrate_cpu_khz);
|
||||
|
||||
|
||||
static unsigned long long cyc2ns_suspend;
|
||||
|
Loading…
Reference in New Issue
Block a user