]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
include/linux/iopoll.h: include <linux/ktime.h> instead of <linux/hrtimer.h>
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 24 Feb 2017 23:00:29 +0000 (15:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Feb 2017 01:46:56 +0000 (17:46 -0800)
The timer APIs this header needs are ktime_get(), ktime_add_us(), and
ktime_compare().  So, including <linux/ktime.h> seems enough.  This
commit will cut unnecessary header file parsing.

Link: http://lkml.kernel.org/r/1481679225-10885-1-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/iopoll.h

index 1c30014ed1760811a42f05a47ad3943e58b53579..d29e1e21bf3f80bdbade2da428a5e5366a549d9f 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <linux/kernel.h>
 #include <linux/types.h>
-#include <linux/hrtimer.h>
+#include <linux/ktime.h>
 #include <linux/delay.h>
 #include <linux/errno.h>
 #include <linux/io.h>