Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1442067 > unrolled thread
| Started by | tip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com> |
|---|---|
| First post | 2016-07-13 09:20 +0200 |
| Last post | 2016-07-13 09:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[tip:perf/core] perf tools: Remove unneeded magic.h include from util.h tip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com> - 2016-07-13 09:20 +0200
| From | tip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com> |
|---|---|
| Date | 2016-07-13 09:20 +0200 |
| Subject | [tip:perf/core] perf tools: Remove unneeded magic.h include from util.h |
| Message-ID | <rUmCB-8ei-17@gated-at.bofh.it> |
Commit-ID: a395b35d339174bc42bb22ef729a1ef67639bbb3 Gitweb: http://git.kernel.org/tip/a395b35d339174bc42bb22ef729a1ef67639bbb3 Author: Arnaldo Carvalho de Melo <acme@redhat.com> AuthorDate: Tue, 12 Jul 2016 10:30:39 -0300 Committer: Arnaldo Carvalho de Melo <acme@redhat.com> CommitDate: Tue, 12 Jul 2016 15:20:35 -0300 perf tools: Remove unneeded magic.h include from util.h Not used anymore, IIRC it was for useless PROC_FS_MAGIC procfs checks, but those are long gone. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-v027did3kvj0vz7bofgzkw29@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> --- tools/perf/util/util.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index d8d41ef..6178cab 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h @@ -72,7 +72,6 @@ #include <sys/ioctl.h> #include <inttypes.h> #include <linux/kernel.h> -#include <linux/magic.h> #include <linux/types.h> #include <sys/ttydefaults.h> #include <api/fs/tracing_path.h>
Back to top | Article view | linux.kernel
csiph-web