[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-ogtjqc0hxm961djgiwboe2q7@git.kernel.org>
Date: Wed, 13 Jul 2016 00:18:53 -0700
From: tip-bot for Arnaldo Carvalho de Melo <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: mingo@...nel.org, linux-kernel@...r.kernel.org, tglx@...utronix.de,
wangnan0@...wei.com, adrian.hunter@...el.com, hpa@...or.com,
acme@...hat.com, namhyung@...nel.org, jolsa@...nel.org,
dsahern@...il.com
Subject: [tip:perf/core] perf trace: Remove unused sys/ptrace.h include
Commit-ID: e3e1d7e077688c81ee3326d1bf04550549b8a004
Gitweb: http://git.kernel.org/tip/e3e1d7e077688c81ee3326d1bf04550549b8a004
Author: Arnaldo Carvalho de Melo <acme@...hat.com>
AuthorDate: Tue, 12 Jul 2016 10:44:40 -0300
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Tue, 12 Jul 2016 15:20:35 -0300
perf trace: Remove unused sys/ptrace.h include
Cc: Adrian Hunter <adrian.hunter@...el.com>
Cc: David Ahern <dsahern@...il.com>
Cc: Jiri Olsa <jolsa@...nel.org>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Wang Nan <wangnan0@...wei.com>
Link: http://lkml.kernel.org/n/tip-ogtjqc0hxm961djgiwboe2q7@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/builtin-trace.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c
index 570a78c..b8c6766 100644
--- a/tools/perf/builtin-trace.c
+++ b/tools/perf/builtin-trace.c
@@ -43,7 +43,6 @@
#include <linux/err.h>
#include <linux/filter.h>
#include <linux/audit.h>
-#include <sys/ptrace.h>
#include <linux/random.h>
#include <linux/stringify.h>
Powered by blists - more mailing lists