[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20081217202505.FF20.KOSAKI.MOTOHIRO@jp.fujitsu.com>
Date: Wed, 17 Dec 2008 20:25:46 +0900 (JST)
From: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
To: LKML <linux-kernel@...r.kernel.org>
Cc: kosaki.motohiro@...fujitsu.com
Subject: [PATCH] profile: don't include <asm/ptrace.h> twice.
==
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@...fujitsu.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists