#include <linux/types.h>
#include <linux/cpufreq.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/err.h>
#include <linux/cpumask.h>
#include <linux/cpu.h>
#include <linux/smp.h>
#include <linux/sched.h>
#include <linux/clk.h>
#include <linux/percpu.h>
#include <linux/sh_clk.h>
Go to the source code of this file.
#define pr_fmt |
( |
|
fmt | ) |
"cpufreq: " fmt |
MODULE_DESCRIPTION |
( |
"cpufreq driver for SuperH" |
| ) |
|
module_exit |
( |
sh_cpufreq_module_exit |
| ) |
|
module_init |
( |
sh_cpufreq_module_init |
| ) |
|