mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
Clocksource/mips-gic: Remove redundant non devicetree init
Malta was the only platform probing this driver from platform code without using device tree. With that code removed, gic_clocksource_init is redundant so remove it. Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com> Cc: linux-mips@linux-mips.org Cc: Jason Cooper <jason@lakedaemon.net> Cc: Paul Burton <paul.burton@imgtec.com> Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: Ralf Baechle <ralf@linux-mips.org> Link: http://lkml.kernel.org/r/1492604806-23420-2-git-send-email-matt.redfearn@imgtec.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
4287adec72
commit
58bb100a9d
@ -154,19 +154,6 @@ static int __init __gic_clocksource_init(void)
|
||||
return ret;
|
||||
}
|
||||
|
||||
void __init gic_clocksource_init(unsigned int frequency)
|
||||
{
|
||||
gic_frequency = frequency;
|
||||
gic_timer_irq = MIPS_GIC_IRQ_BASE +
|
||||
GIC_LOCAL_TO_HWIRQ(GIC_LOCAL_INT_COMPARE);
|
||||
|
||||
__gic_clocksource_init();
|
||||
gic_clockevent_init();
|
||||
|
||||
/* And finally start the counter */
|
||||
gic_start_count();
|
||||
}
|
||||
|
||||
static int __init gic_clocksource_of_init(struct device_node *node)
|
||||
{
|
||||
struct clk *clk;
|
||||
|
@ -258,7 +258,6 @@ extern unsigned int gic_present;
|
||||
extern void gic_init(unsigned long gic_base_addr,
|
||||
unsigned long gic_addrspace_size, unsigned int cpu_vec,
|
||||
unsigned int irqbase);
|
||||
extern void gic_clocksource_init(unsigned int);
|
||||
extern u64 gic_read_count(void);
|
||||
extern unsigned int gic_get_count_width(void);
|
||||
extern u64 gic_read_compare(void);
|
||||
|
Loading…
Reference in New Issue
Block a user