diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2008-02-08 07:20:24 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-08 12:22:34 -0500 |
commit | f8db694e46ac30c171eb3537aba677a5671cda02 (patch) | |
tree | fcd47c89a80777c15fb56e2e0a47afd6736e56e7 /kernel/profile.c | |
parent | 2dc9c913154b64efa8346e81cf298012f090c1b1 (diff) |
Nuke a duplicate include from profile.c
Remove duplicate inclusion of linux/profile.h from kernel/profile.c
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/profile.c')
-rw-r--r-- | kernel/profile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/profile.c b/kernel/profile.c index e64c2da11c0f..3b7a1b055122 100644 --- a/kernel/profile.c +++ b/kernel/profile.c | |||
@@ -20,7 +20,6 @@ | |||
20 | #include <linux/mm.h> | 20 | #include <linux/mm.h> |
21 | #include <linux/cpumask.h> | 21 | #include <linux/cpumask.h> |
22 | #include <linux/cpu.h> | 22 | #include <linux/cpu.h> |
23 | #include <linux/profile.h> | ||
24 | #include <linux/highmem.h> | 23 | #include <linux/highmem.h> |
25 | #include <linux/mutex.h> | 24 | #include <linux/mutex.h> |
26 | #include <asm/sections.h> | 25 | #include <asm/sections.h> |