Commit-ID: 7b23ce2386afbc4579b0425227a52a1d1df94e8f Gitweb: http://git.kernel.org/tip/7b23ce2386afbc4579b0425227a52a1d1df94e8f Author: Xunlei Pang <pang.xunlei@xxxxxxxxxx> AuthorDate: Thu, 9 Apr 2015 09:04:40 +0800 Committer: John Stultz <john.stultz@xxxxxxxxxx> CommitDate: Wed, 20 May 2015 10:18:06 -0700 time: include math64.h in time64.h On 32-bit systems, timespec64_add_ns() calls __iter_div_u64_rem() which needs match64.h, and we want to include time64.h in some cases. Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxxxxx> Signed-off-by: Xunlei Pang <pang.xunlei@xxxxxxxxxx> Signed-off-by: John Stultz <john.stultz@xxxxxxxxxx> --- include/linux/time64.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/time64.h b/include/linux/time64.h index a383147..12d4e82 100644 --- a/include/linux/time64.h +++ b/include/linux/time64.h @@ -2,6 +2,7 @@ #define _LINUX_TIME64_H #include <uapi/linux/time.h> +#include <linux/math64.h> typedef __s64 time64_t; -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |