diff options
Diffstat (limited to 'kernel/time')
-rw-r--r-- | kernel/time/ntp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/ntp.c b/kernel/time/ntp.c index cf53bb5814cb..438c6b723ee2 100644 --- a/kernel/time/ntp.c +++ b/kernel/time/ntp.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <linux/timex.h> | 13 | #include <linux/timex.h> |
14 | #include <linux/jiffies.h> | 14 | #include <linux/jiffies.h> |
15 | #include <linux/hrtimer.h> | 15 | #include <linux/hrtimer.h> |
16 | 16 | #include <linux/capability.h> | |
17 | #include <asm/div64.h> | 17 | #include <asm/div64.h> |
18 | #include <asm/timex.h> | 18 | #include <asm/timex.h> |
19 | 19 | ||