diff options
| author | Ingo Molnar <[email protected]> | 2017-02-03 10:06:45 +0100 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2017-03-03 01:43:41 +0100 |
| commit | 30a1baab81189f01c427c4939610b2dde2dbec37 (patch) | |
| tree | af4dd7d08eb2f808b808765bad21f7ebd214b806 /tools/perf/scripts/python | |
| parent | c41cfc6c5ba46050b416c0b0b2621cbe68c4669c (diff) | |
sched/headers: Remove various unrelated headers from <linux/sched.h>
Remove the following header inclusions from <linux/sched.h>:
#include <asm/param.h>
#include <linux/threads.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/timex.h>
#include <linux/jiffies.h>
#include <linux/rbtree.h>
#include <linux/thread_info.h>
#include <linux/cpumask.h>
#include <linux/errno.h>
#include <linux/nodemask.h>
#include <linux/preempt.h>
#include <asm/page.h>
#include <linux/smp.h>
#include <linux/compiler.h>
#include <linux/completion.h>
#include <linux/percpu.h>
#include <linux/topology.h>
#include <linux/rcupdate.h>
#include <linux/time.h>
#include <linux/timer.h>
#include <linux/llist.h>
#include <linux/uidgid.h>
#include <asm/processor.h>
because they are either not required, or are already included
naturally as part of the remaining headers.
Acked-by: Linus Torvalds <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions