diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-10-17 02:26:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:48 -0400 |
commit | a9022e9cb9e919e31d5bc15fcef5c7186740645e (patch) | |
tree | 48aea98aec8d9822155b2054bc60f9142f478769 /kernel/taskstats.c | |
parent | ea0b7d5da0024df1c6f2c2139dbeb4fd260baac6 (diff) |
Clean up duplicate includes in kernel/
This patch cleans up duplicate includes in
kernel/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Satyam Sharma <ssatyam@cse.iitk.ac.in>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/taskstats.c')
-rw-r--r-- | kernel/taskstats.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/taskstats.c b/kernel/taskstats.c index 059431ed67db..7d4d7f9c1bb2 100644 --- a/kernel/taskstats.c +++ b/kernel/taskstats.c | |||
@@ -20,7 +20,6 @@ | |||
20 | #include <linux/taskstats_kern.h> | 20 | #include <linux/taskstats_kern.h> |
21 | #include <linux/tsacct_kern.h> | 21 | #include <linux/tsacct_kern.h> |
22 | #include <linux/delayacct.h> | 22 | #include <linux/delayacct.h> |
23 | #include <linux/tsacct_kern.h> | ||
24 | #include <linux/cpumask.h> | 23 | #include <linux/cpumask.h> |
25 | #include <linux/percpu.h> | 24 | #include <linux/percpu.h> |
26 | #include <net/genetlink.h> | 25 | #include <net/genetlink.h> |