Commit 6952b61d authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Linus Torvalds

headers: taskstats_kern.h trim

Remove net/genetlink.h inclusion, now sched.c won't be recompiled
because of some networking changes.
Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6423133b
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#define _LINUX_DELAYACCT_H #define _LINUX_DELAYACCT_H
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/taskstats_kern.h>
/* /*
* Per-task flags relevant to delay accounting * Per-task flags relevant to delay accounting
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include <linux/taskstats.h> #include <linux/taskstats.h>
#include <linux/sched.h> #include <linux/sched.h>
#include <net/genetlink.h>
#ifdef CONFIG_TASKSTATS #ifdef CONFIG_TASKSTATS
extern struct kmem_cache *taskstats_cache; extern struct kmem_cache *taskstats_cache;
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/taskstats.h>
#include <linux/time.h> #include <linux/time.h>
#include <linux/sysctl.h> #include <linux/sysctl.h>
#include <linux/delayacct.h> #include <linux/delayacct.h>
......
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
#include <linux/swapops.h> #include <linux/swapops.h>
#include <linux/elf.h> #include <linux/elf.h>
#include <asm/io.h>
#include <asm/pgalloc.h> #include <asm/pgalloc.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include <asm/tlb.h> #include <asm/tlb.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment