Commit-ID: 07daef8b41e0d9e7802a448f6766504e7641a234 Gitweb: https://git.kernel.org/tip/07daef8b41e0d9e7802a448f6766504e7641a234 Author: YueHaibing <[email protected]> AuthorDate: Sun, 9 Dec 2018 14:22:25 +0800 Committer: Thomas Gleixner <[email protected]> CommitDate: Tue, 18 Dec 2018 12:59:33 +0100
ntp: Remove duplicated include Signed-off-by: YueHaibing <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Link: https://lkml.kernel.org/r/[email protected] --- kernel/time/ntp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/time/ntp.c b/kernel/time/ntp.c index c5e0cba3b39c..bc3a3c37ec9c 100644 --- a/kernel/time/ntp.c +++ b/kernel/time/ntp.c @@ -17,7 +17,6 @@ #include <linux/mm.h> #include <linux/module.h> #include <linux/rtc.h> -#include <linux/math64.h> #include "ntp_internal.h" #include "timekeeping_internal.h"

