diff options
author | Steven J. Hill <Steven.Hill@imgtec.com> | 2013-04-10 17:27:50 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-09 11:55:20 -0400 |
commit | 28ea215186d365408756577e9e612ee334e26f8e (patch) | |
tree | 313d4f853f118cfab861d4f872093b355676f120 /arch/mips/mti-malta | |
parent | ff86714fda0310ad153a2ba4836067f195e1f0b9 (diff) |
MIPS: Move 'gic_frequency' to common location.
Move the global variable 'gic_frequency' to be defined in the file
'arch/mips/kernel/irq-gic.c' instead of defining it individually
for each platform making use of the GIC. Also change the type to
be an unsigned integer instead of signed.
Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>
Diffstat (limited to 'arch/mips/mti-malta')
-rw-r--r-- | arch/mips/mti-malta/malta-time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/mti-malta/malta-time.c b/arch/mips/mti-malta/malta-time.c index 4dbdb2cbdf43..381ad062f192 100644 --- a/arch/mips/mti-malta/malta-time.c +++ b/arch/mips/mti-malta/malta-time.c | |||
@@ -42,7 +42,6 @@ | |||
42 | #include <asm/mips-boards/maltaint.h> | 42 | #include <asm/mips-boards/maltaint.h> |
43 | 43 | ||
44 | unsigned long cpu_khz; | 44 | unsigned long cpu_khz; |
45 | int gic_frequency; | ||
46 | 45 | ||
47 | static int mips_cpu_timer_irq; | 46 | static int mips_cpu_timer_irq; |
48 | static int mips_cpu_perf_irq; | 47 | static int mips_cpu_perf_irq; |