summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Senozhatsky <sergey.senozhatsky.work@gmail.com>2017-12-10 19:10:44 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2017-12-12 15:51:46 +1100
commitd39495492c6ca161f3f0535a876b5a987581b131 (patch)
tree1a2b85febbed8dfddaf8c63e5b07ece1b030db79
parent9ad51d7a09b12a7debdadf966c8c80b5b5eb760f (diff)
downloadlinux-d39495492c6ca161f3f0535a876b5a987581b131.tar.gz
linux-d39495492c6ca161f3f0535a876b5a987581b131.tar.xz
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: Stephen Rothwell <sfr@canb.auug.org.au>
-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 d32520840fde..6d8183b38e35 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>