aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/time.h')
-rw-r--r--include/linux/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/time.h b/include/linux/time.h
index b3061782dec..9f43487facd 100644
--- a/include/linux/time.h
+++ b/include/linux/time.h
@@ -256,6 +256,7 @@ static __always_inline void timespec_add_ns(struct timespec *a, u64 ns)
256 a->tv_sec += __iter_div_u64_rem(a->tv_nsec + ns, NSEC_PER_SEC, &ns); 256 a->tv_sec += __iter_div_u64_rem(a->tv_nsec + ns, NSEC_PER_SEC, &ns);
257 a->tv_nsec = ns; 257 a->tv_nsec = ns;
258} 258}
259
259#endif /* __KERNEL__ */ 260#endif /* __KERNEL__ */
260 261
261#define NFDBITS __NFDBITS 262#define NFDBITS __NFDBITS