Commit 0e5aa232 authored by Yangtao Li's avatar Yangtao Li Committed by Thomas Gleixner

hrtimer: Remove unused header include

seq_file.h does not need to be included, so remove it.
Signed-off-by: default avatarYangtao Li <tiny.windzz@gmail.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20190607174253.27403-1-tiny.windzz@gmail.com
parent d1fdb6d8
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include <linux/syscalls.h> #include <linux/syscalls.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/tick.h> #include <linux/tick.h>
#include <linux/seq_file.h>
#include <linux/err.h> #include <linux/err.h>
#include <linux/debugobjects.h> #include <linux/debugobjects.h>
#include <linux/sched/signal.h> #include <linux/sched/signal.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment