]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf tools: Remove duplicate include of debug.h
authorChen Ni <nichen@iscas.ac.cn>
Wed, 18 Mar 2026 04:04:22 +0000 (12:04 +0800)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 18 Mar 2026 18:51:13 +0000 (11:51 -0700)
commitebbc5ce26eca294cf5f4e63399de63d086900442
treed067eb6063c6ce3aba39279d43d1c973ce6fdb1e
parent35cd0098eeb9601844cb82c4402fa7e6576c8b01
perf tools: Remove duplicate include of debug.h

Remove duplicate inclusion of debug.h in symbol.c to clean up redundant
code.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/symbol.c