--- zzzz-none-000/linux-3.10.107/drivers/cpufreq/cpufreq_performance.c 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/drivers/cpufreq/cpufreq_performance.c 2021-11-10 11:53:55.000000000 +0000 @@ -12,11 +12,9 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt -#include -#include #include #include - +#include static int cpufreq_governor_performance(struct cpufreq_policy *policy, unsigned int event) @@ -44,19 +42,16 @@ .owner = THIS_MODULE, }; - static int __init cpufreq_gov_performance_init(void) { return cpufreq_register_governor(&cpufreq_gov_performance); } - static void __exit cpufreq_gov_performance_exit(void) { cpufreq_unregister_governor(&cpufreq_gov_performance); } - MODULE_AUTHOR("Dominik Brodowski "); MODULE_DESCRIPTION("CPUfreq policy governor 'performance'"); MODULE_LICENSE("GPL");