diff options
author | Paul Burton <paul.burton@imgtec.com> | 2013-11-29 12:07:14 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-23 07:02:35 -0500 |
commit | 9fbf59cfb9afb04a771ac1c68be16fb6bd070d50 (patch) | |
tree | 525e33d2f6d3ece6b0252f46ed16855a8b7e160e /arch/mips/mti-sead3 | |
parent | 28a623b99aba101a78c496d9565435db4fb81619 (diff) |
MIPS: sead3: remove unused cpu_khz variable
This variable seems to have been copied from Malta when SEAD3 support
was introduced, but is likewise unused. Remove it.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6172/
Diffstat (limited to 'arch/mips/mti-sead3')
-rw-r--r-- | arch/mips/mti-sead3/sead3-time.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/mti-sead3/sead3-time.c b/arch/mips/mti-sead3/sead3-time.c index 552d26c34386..678d03d53c60 100644 --- a/arch/mips/mti-sead3/sead3-time.c +++ b/arch/mips/mti-sead3/sead3-time.c | |||
@@ -13,8 +13,6 @@ | |||
13 | #include <asm/irq.h> | 13 | #include <asm/irq.h> |
14 | #include <asm/mips-boards/generic.h> | 14 | #include <asm/mips-boards/generic.h> |
15 | 15 | ||
16 | unsigned long cpu_khz; | ||
17 | |||
18 | static int mips_cpu_timer_irq; | 16 | static int mips_cpu_timer_irq; |
19 | static int mips_cpu_perf_irq; | 17 | static int mips_cpu_perf_irq; |
20 | 18 | ||
@@ -109,8 +107,6 @@ void __init plat_time_init(void) | |||
109 | pr_debug("CPU frequency %d.%02d MHz\n", (est_freq / 1000000), | 107 | pr_debug("CPU frequency %d.%02d MHz\n", (est_freq / 1000000), |
110 | (est_freq % 1000000) * 100 / 1000000); | 108 | (est_freq % 1000000) * 100 / 1000000); |
111 | 109 | ||
112 | cpu_khz = est_freq / 1000; | ||
113 | |||
114 | mips_scroll_message(); | 110 | mips_scroll_message(); |
115 | 111 | ||
116 | plat_perf_setup(); | 112 | plat_perf_setup(); |