]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARC: remove @init_time, @init_irq platform callbacks
authorVineet Gupta <vgupta@synopsys.com>
Tue, 13 Oct 2015 03:18:54 +0000 (08:48 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 28 Oct 2015 10:43:39 +0000 (16:13 +0530)
commit4c82f28617ab9ce938118f0b99156a96c64d3da0
tree24e89dc64d146a10c4bf2ac477169d2801e3c4b5
parente0868e6f673d0d2db6a3c3798605e6efb756e61e
ARC: remove @init_time, @init_irq platform callbacks

These are not in use for ARC platforms. Moreover DT mechanims exist to
probe them w/o explicit platform calls.

 - clocksource drivers can use CLOCKSOURCE_OF_DECLARE()
 - intc IRQCHIP_DECLARE() calls + cascading inside DT allows external
   intc to be probed automatically

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/include/asm/mach_desc.h
arch/arc/kernel/irq.c
arch/arc/kernel/time.c