summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSyed Rameez Mustafa <rameezmustafa@codeaurora.org>2016-09-08 15:44:52 -0700
committerSyed Rameez Mustafa <rameezmustafa@codeaurora.org>2016-09-08 15:44:52 -0700
commit591ce8ed84e31fc674d73947eb6a1abc5b71afcf (patch)
treed24cd1f711e59fec5ba08f7293b07a9573d592b2 /include/linux
parentc6855ffd7f2bab457b4be5c383110868e662cedf (diff)
sched: Further re-factor HMP specific code
The structures being moved around are only used for trace events defined under CONFIG_SCHED_HMP. Move code to hmp.c to reflect the same. Change-Id: Ib959355264405ab779b24948f111a2ca61d367de Signed-off-by: Syed Rameez Mustafa <rameezmustafa@codeaurora.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 74b2a11b1d1c..4701e0403167 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -336,8 +336,6 @@ enum migrate_types {
GROUP_TO_GROUP,
};
-extern const char *migrate_type_names[];
-
#include <linux/spinlock.h>
/*