Commit 1ea99255 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu

Blackfin arch: delete now unused "cclk" member of blackfin_cpudata

Signed-off-by: default avatarMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent a5f0717e
......@@ -30,7 +30,6 @@ struct task_struct;
struct blackfin_cpudata {
struct cpu cpu;
struct task_struct *idle;
unsigned long cclk;
unsigned int imemctl;
unsigned int dmemctl;
unsigned long loops_per_jiffy;
......
......@@ -135,7 +135,6 @@ void __cpuinit bfin_setup_cpudata(unsigned int cpu)
cpudata->idle = current;
cpudata->loops_per_jiffy = loops_per_jiffy;
cpudata->cclk = get_cclk();
cpudata->imemctl = bfin_read_IMEM_CONTROL();
cpudata->dmemctl = bfin_read_DMEM_CONTROL();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment