projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dc9c91
)
Nuke a duplicate include from profile.c
author
Jesper Juhl
<jesper.juhl@gmail.com>
Fri, 8 Feb 2008 12:20:24 +0000
(
04:20
-0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Fri, 8 Feb 2008 17:22:34 +0000
(09:22 -0800)
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>
kernel/profile.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/profile.c
b/kernel/profile.c
index e64c2da11c0f89018c31aca62dd69688d22d59eb..3b7a1b055122a698c0f97a05eae8cbe6a229bb6f 100644
(file)
--- 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>