X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=kernel%2Ftime%2Fntp.c;h=cf53bb5814cb88b087fd1dcbfc064223b537d46a;hb=3588423fbab1cfaf839e67378897e232a054f317;hp=cb25649c6f505acaeb19cb28ec5c3464cf3027bf;hpb=03feb0524660bcd890674d11d29a1873ca14d13c;p=linux-2.6-omap-h63xx.git diff --git a/kernel/time/ntp.c b/kernel/time/ntp.c index cb25649c6f5..cf53bb5814c 100644 --- a/kernel/time/ntp.c +++ b/kernel/time/ntp.c @@ -11,6 +11,8 @@ #include #include #include +#include +#include #include #include @@ -120,7 +122,6 @@ void second_overflow(void) */ time_interpolator_update(-NSEC_PER_SEC); time_state = TIME_OOP; - clock_was_set(); printk(KERN_NOTICE "Clock: inserting leap second " "23:59:60 UTC\n"); } @@ -135,7 +136,6 @@ void second_overflow(void) */ time_interpolator_update(NSEC_PER_SEC); time_state = TIME_WAIT; - clock_was_set(); printk(KERN_NOTICE "Clock: deleting leap second " "23:59:59 UTC\n"); }