aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Senozhatsky <[email protected]>2017-12-08 11:56:08 +0900
committerPetr Mladek <[email protected]>2017-12-08 13:49:56 +0100
commit79ee842891595293be37c5aed0e75b4630166c5a (patch)
tree154a3a735f4b19b7986baddaf515aac358090b1b
parent11ca75d2d6d18d5a7ee4d7ec1da6f864f5c8c8be (diff)
sched/autogroup: remove unneeded kallsyms include
Autogroup does not seem to use any of kallsyms functions/defines. Link: http://lkml.kernel.org/r/[email protected] To: Andrew Morton <[email protected]> To: Michal Hocko <[email protected]> To: Rafael Wysocki <[email protected]> To: Len Brown <[email protected]> To: Bjorn Helgaas <[email protected]> To: Vlastimil Babka <[email protected]> To: Tejun Heo <[email protected]> To: Lai Jiangshan <[email protected]> To: Thomas Gleixner <[email protected]> To: Fengguang Wu <[email protected]> Cc: Steven Rostedt <[email protected]> Cc: LKML <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Sergey Senozhatsky <[email protected]> Acked-by: Peter Zijlstra (Intel) <[email protected]> Signed-off-by: Petr Mladek <[email protected]>
-rw-r--r--kernel/sched/autogroup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sched/autogroup.c b/kernel/sched/autogroup.c
index a43df5193538..0786227a3f48 100644
--- a/kernel/sched/autogroup.c
+++ b/kernel/sched/autogroup.c
@@ -3,7 +3,6 @@
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
-#include <linux/kallsyms.h>
#include <linux/utsname.h>
#include <linux/security.h>
#include <linux/export.h>