commit | 4c82f28617ab9ce938118f0b99156a96c64d3da0 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Tue Oct 13 08:48:54 2015 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Wed Oct 28 16:13:39 2015 +0530 |
tree | 24e89dc64d146a10c4bf2ac477169d2801e3c4b5 | |
parent | e0868e6f673d0d2db6a3c3798605e6efb756e61e [diff] |
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>