[PATCH] profile: don't include <asm/ptrace.h> twice.

From: KOSAKI Motohiro
Date: Wed Dec 17 2008 - 06:26:07 EST



==
Subject: [PATCH] profile: don't include <asm/ptrace.h> twice.

Currently, kernel/profile.c include <asm/ptrace.h> twice.
it can be removed.


Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx>
---
kernel/profile.c | 1 -
1 file changed, 1 deletion(-)

Index: b/kernel/profile.c
===================================================================
--- a/kernel/profile.c
+++ b/kernel/profile.c
@@ -437,7 +437,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)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/