Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / arch / mn10300 / kernel / cevt-mn10300.c
index 60f64ca1752aff964ee6274ed066ccf9744d5034..3aae9f5a98aac5c98d8858512e77fbdb1ce3d14d 100644 (file)
@@ -41,12 +41,6 @@ static int next_event(unsigned long delta,
        return 0;
 }
 
-static void set_clock_mode(enum clock_event_mode mode,
-                          struct clock_event_device *evt)
-{
-       /* Nothing to do ...  */
-}
-
 static DEFINE_PER_CPU(struct clock_event_device, mn10300_clockevent_device);
 static DEFINE_PER_CPU(struct irqaction, timer_irq);
 
@@ -108,7 +102,6 @@ int __init init_clockevents(void)
 
        cd->rating              = 200;
        cd->cpumask             = cpumask_of(smp_processor_id());
-       cd->set_mode            = set_clock_mode;
        cd->event_handler       = event_handler;
        cd->set_next_event      = next_event;