projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea2ead4
)
perf tool_pmu: Remove duplicate io.h header
author
Ian Rogers
<irogers@google.com>
Wed, 16 Oct 2024 16:04:13 +0000
(09:04 -0700)
committer
Namhyung Kim
<namhyung@kernel.org>
Wed, 16 Oct 2024 20:35:04 +0000
(13:35 -0700)
Remove duplicate inclusion of api/io.h.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/
202410131417
.ynhvnEJb-lkp@intel.com/
Signed-off-by: Ian Rogers <irogers@google.com>
Link:
https://lore.kernel.org/r/20241016160413.51587-1-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/tool_pmu.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/perf/util/tool_pmu.c
b/tools/perf/util/tool_pmu.c
index bd1cee643eb506df7786c00b23eb0da32e78d751..4fb09757847944599e3eb0a96e6cc1d5c835f578 100644
(file)
--- a/
tools/perf/util/tool_pmu.c
+++ b/
tools/perf/util/tool_pmu.c
@@
-11,7
+11,6
@@
#include "tsc.h"
#include <api/fs/fs.h>
#include <api/io.h>
-#include <api/io.h>
#include <internal/threadmap.h>
#include <perf/threadmap.h>
#include <fcntl.h>