]> Pileus Git - ~andy/linux/blobdiff - kernel/time/clockevents.c
Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[~andy/linux] / kernel / time / clockevents.c
index c4eb71c8b2ea3290c6b83f2f6d72b3c8c62a7787..9cd928f7a7c6a18e8188988a3ed7cfcfec8c808e 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/module.h>
 #include <linux/notifier.h>
 #include <linux/smp.h>
-#include <linux/sysdev.h>
 
 #include "tick-internal.h"
 
@@ -387,7 +386,6 @@ void clockevents_exchange_device(struct clock_event_device *old,
         * released list and do a notify add later.
         */
        if (old) {
-               old->event_handler = clockevents_handle_noop;
                clockevents_set_mode(old, CLOCK_EVT_MODE_UNUSED);
                list_del(&old->list);
                list_add(&old->list, &clockevents_released);