]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8001b60e844abf757bb8e8bba22067db30774797
tree1ab6d5a34d600c2a141be451626711f292f7798b
parentb7e3ddfe6af71c7cc6cd7fd175b4efa75f13fa72
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