time: Include math64.h in time64.h
authorXunlei Pang <pang.xunlei@linaro.org>
Thu, 9 Apr 2015 01:04:40 +0000 (09:04 +0800)
committerJohn Stultz <john.stultz@linaro.org>
Fri, 22 May 2015 17:36:28 +0000 (10:36 -0700)
commit30f3b3f9836c7c7e1f42ca855bbe8127fff4b99a
tree1ab6d5a34d600c2a141be451626711f292f7798b
parent4e413e8526aa53393d0b3d9ecbdb0436203586ee
time: Include math64.h in time64.h

On 32-bit systems, timespec64_add_ns() calls __iter_div_u64_rem()
which needs math64.h, and we want to include time64.h in some
cases.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Xunlei Pang <pang.xunlei@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
include/linux/time64.h
This page took 0.043276 seconds and 5 git commands to generate.