|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/cpufreq.h>#include <linux/init.h>Go to the source code of this file.
Functions | |
| MODULE_AUTHOR ("Dominik Brodowski <[email protected]>") | |
| MODULE_DESCRIPTION ("CPUfreq policy governor 'powersave'") | |
| MODULE_LICENSE ("GPL") | |
| module_init (cpufreq_gov_powersave_init) | |
| module_exit (cpufreq_gov_powersave_exit) | |
| MODULE_AUTHOR | ( | "Dominik Brodowski <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "CPUfreq policy governor 'powersave'" | ) |
| module_exit | ( | cpufreq_gov_powersave_exit | ) |
| module_init | ( | cpufreq_gov_powersave_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2