[PATCH] clocksource: replace is_continuous by a flag field
[firefly-linux-kernel-4.4.55.git] / kernel / time / jiffies.c
index a99b2a6e6a07354781da79b6067b1944d438d5f9..3be8da8fed7efa1a972fca3c0c249dc7f1a983fa 100644 (file)
@@ -62,7 +62,6 @@ struct clocksource clocksource_jiffies = {
        .mask           = 0xffffffff, /*32bits*/
        .mult           = NSEC_PER_JIFFY << JIFFIES_SHIFT, /* details above */
        .shift          = JIFFIES_SHIFT,
-       .is_continuous  = 0, /* tick based, not free running */
 };
 
 static int __init init_jiffies_clocksource(void)