summaryrefslogtreecommitdiff
path: root/kernel/profile.c
diff options
context:
space:
mode:
authorJesper Juhl <jesper.juhl@gmail.com>2008-02-08 04:20:24 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-08 09:22:34 -0800
commitf8db694e46ac30c171eb3537aba677a5671cda02 (patch)
treefcd47c89a80777c15fb56e2e0a47afd6736e56e7 /kernel/profile.c
parent2dc9c913154b64efa8346e81cf298012f090c1b1 (diff)
downloadlinux-3.10-f8db694e46ac30c171eb3537aba677a5671cda02.tar.gz
linux-3.10-f8db694e46ac30c171eb3537aba677a5671cda02.tar.bz2
linux-3.10-f8db694e46ac30c171eb3537aba677a5671cda02.zip
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/profile.c b/kernel/profile.c
index e64c2da11c0..3b7a1b05512 100644
--- a/kernel/profile.c
+++ b/kernel/profile.c
@@ -20,7 +20,6 @@
#include <linux/mm.h>
#include <linux/cpumask.h>
#include <linux/cpu.h>
-#include <linux/profile.h>
#include <linux/highmem.h>
#include <linux/mutex.h>
#include <asm/sections.h>