diff options
author | Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> | 2018-02-06 15:41:10 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-02-06 18:32:47 -0800 |
commit | 64fce87b6271043092a664d798bc4b791e5c0952 (patch) | |
tree | 7e8c86eeb014e92c28d1789494f753fa7862a7d6 /kernel | |
parent | e7c98df5981e0ee54f153bb79f117e382a7b2887 (diff) | |
download | linux-64fce87b6271043092a664d798bc4b791e5c0952.tar.bz2 |
hrtimer: remove unneeded kallsyms include
hrtimer does not seem to use any of kallsyms functions/defines.
Link: http://lkml.kernel.org/r/20171208025616.16267-9-sergey.senozhatsky@gmail.com
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/time/hrtimer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c index ae0c8a411fe7..23788100e214 100644 --- a/kernel/time/hrtimer.c +++ b/kernel/time/hrtimer.c @@ -37,7 +37,6 @@ #include <linux/hrtimer.h> #include <linux/notifier.h> #include <linux/syscalls.h> -#include <linux/kallsyms.h> #include <linux/interrupt.h> #include <linux/tick.h> #include <linux/seq_file.h> |