]> git.baikalelectronics.ru Git - kernel.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)
commitabc5cc3516438e24496eef930f2e707cd0c0b5ff
tree24e89dc64d146a10c4bf2ac477169d2801e3c4b5
parentab0c8335533379447ed3a4d6fcaa5dbe915ca43a
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