clockevents: Make suspend/resume calls explicit
[cascardo/linux.git] / kernel / time / clockevents.c
index b730027..7af6148 100644 (file)
@@ -670,15 +670,6 @@ int clockevents_notify(unsigned long reason, void *arg)
                tick_handover_do_timer(arg);
                break;
 
-       case CLOCK_EVT_NOTIFY_SUSPEND:
-               tick_suspend();
-               tick_suspend_broadcast();
-               break;
-
-       case CLOCK_EVT_NOTIFY_RESUME:
-               tick_resume();
-               break;
-
        case CLOCK_EVT_NOTIFY_CPU_DEAD:
                tick_shutdown_broadcast_oneshot(arg);
                tick_shutdown_broadcast(arg);