aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/hrtimer.c
diff options
context:
space:
mode:
authorYangtao Li <tiny.windzz@gmail.com>2019-06-07 13:42:53 -0400
committerThomas Gleixner <tglx@linutronix.de>2019-06-12 10:21:17 +0200
commit0e5aa23282f8e6ee38c18f67ddfdaaa32d3df86b (patch)
tree1df2001e7460e7fcab217468237be0f07d7d44ef /kernel/time/hrtimer.c
parentLinux 5.2-rc4 (diff)
downloadlinux-dev-0e5aa23282f8e6ee38c18f67ddfdaaa32d3df86b.tar.xz
linux-dev-0e5aa23282f8e6ee38c18f67ddfdaaa32d3df86b.zip
hrtimer: Remove unused header include
seq_file.h does not need to be included, so remove it. Signed-off-by: Yangtao Li <tiny.windzz@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20190607174253.27403-1-tiny.windzz@gmail.com
Diffstat (limited to 'kernel/time/hrtimer.c')
-rw-r--r--kernel/time/hrtimer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c
index 41dfff23c1f9..edb230aba3d1 100644
--- a/kernel/time/hrtimer.c
+++ b/kernel/time/hrtimer.c
@@ -30,7 +30,6 @@
#include <linux/syscalls.h>
#include <linux/interrupt.h>
#include <linux/tick.h>
-#include <linux/seq_file.h>
#include <linux/err.h>
#include <linux/debugobjects.h>
#include <linux/sched/signal.h>