projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2e3192
)
profile: don't include <asm/ptrace.h> twice.
author
KOSAKI Motohiro
<kosaki.motohiro@jp.fujitsu.com>
Tue, 6 Jan 2009 22:41:10 +0000
(14:41 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 6 Jan 2009 23:59:14 +0000
(15:59 -0800)
Currently, kernel/profile.c include <asm/ptrace.h> twice. It can be
removed.
Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/profile.c
patch
|
blob
|
history
diff --git
a/kernel/profile.c
b/kernel/profile.c
index
d18e2d2
..
784933a
100644
(file)
--- a/
kernel/profile.c
+++ b/
kernel/profile.c
@@
-445,7
+445,6
@@
void profile_tick(int type)
#ifdef CONFIG_PROC_FS
#include <linux/proc_fs.h>
#include <asm/uaccess.h>
-#include <asm/ptrace.h>
static int prof_cpu_mask_read_proc(char *page, char **start, off_t off,
int count, int *eof, void *data)