diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-01-07 23:14:38 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 23:14:38 +0800 |
commit | 1ea9925553caad6ea5068b4652596f149e0be9c3 (patch) | |
tree | c28d3dd571409404d170eaa34105990d13a60e2c /arch/blackfin/include/asm/cpu.h | |
parent | a5f0717e51c5fe6cdaf885b7f621ba48ae745bfb (diff) | |
download | kernel-crypto-1ea9925553caad6ea5068b4652596f149e0be9c3.tar.gz kernel-crypto-1ea9925553caad6ea5068b4652596f149e0be9c3.tar.xz kernel-crypto-1ea9925553caad6ea5068b4652596f149e0be9c3.zip |
Blackfin arch: delete now unused "cclk" member of blackfin_cpudata
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/include/asm/cpu.h')
-rw-r--r-- | arch/blackfin/include/asm/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/cpu.h b/arch/blackfin/include/asm/cpu.h index 9b7aefe7eb2..c2594ef877f 100644 --- a/arch/blackfin/include/asm/cpu.h +++ b/arch/blackfin/include/asm/cpu.h @@ -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; |