Commit e6171bbe authored by Bob Liu's avatar Bob Liu

blackfin: time-ts: rm unused func broadcast_timer_setup()

broadcast_timer_setup() has no user now, drop it.
Signed-off-by: default avatarBob Liu <lliubbo@gmail.com>
parent 7c8e62de
......@@ -282,24 +282,6 @@ void bfin_coretmr_init(void)
__attribute__((l1_text))
#endif
static void broadcast_timer_set_mode(enum clock_event_mode mode,
struct clock_event_device *evt)
{
}
static void __cpuinit broadcast_timer_setup(struct clock_event_device *evt)
{
evt->name = "dummy_timer";
evt->features = CLOCK_EVT_FEAT_ONESHOT |
CLOCK_EVT_FEAT_PERIODIC |
CLOCK_EVT_FEAT_DUMMY;
evt->rating = 400;
evt->mult = 1;
evt->set_mode = broadcast_timer_set_mode;
clockevents_register_device(evt);
}
irqreturn_t bfin_coretmr_interrupt(int irq, void *dev_id)
{
int cpu = smp_processor_id();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment