|
Linux Kernel
3.7.1
|
#include <linux/cpufreq.h>#include <linux/module.h>#include <linux/of_platform.h>#include <asm/machdep.h>#include <asm/prom.h>#include <asm/cell-regs.h>#include "cbe_cpufreq.h"Go to the source code of this file.
Functions | |
| module_init (cbe_cpufreq_init) | |
| module_exit (cbe_cpufreq_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Christian Krafft <[email protected]>") | |
| MODULE_AUTHOR | ( | "Christian Krafft <[email protected]>" | ) |
| module_exit | ( | cbe_cpufreq_exit | ) |
| module_init | ( | cbe_cpufreq_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2