projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7007e9
)
perf tools: Remove unneeded magic.h include from util.h
author
Arnaldo Carvalho de Melo
<
[email protected]
>
Tue, 12 Jul 2016 13:30:39 +0000
(10:30 -0300)
committer
Arnaldo Carvalho de Melo
<
[email protected]
>
Tue, 12 Jul 2016 18:20:35 +0000
(15:20 -0300)
Not used anymore, IIRC it was for useless PROC_FS_MAGIC procfs checks,
but those are long gone.
Cc: Adrian Hunter <
[email protected]
>
Cc: David Ahern <
[email protected]
>
Cc: Jiri Olsa <
[email protected]
>
Cc: Namhyung Kim <
[email protected]
>
Cc: Steven Rostedt <
[email protected]
>
Cc: Wang Nan <
[email protected]
>
Link:
http://lkml.kernel.org/n/
[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <
[email protected]
>
tools/perf/util/util.h
patch
|
blob
|
history
diff --git
a/tools/perf/util/util.h
b/tools/perf/util/util.h
index d8d41ef8da576ed4aba668aa9c72514045691fad..6178cab8237490c4779e0ae3d72b72aa1e0fab9a 100644
(file)
--- 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>