mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-15 06:27:21 +00:00
perf llvm-add2line: Remove unused symbol_conf.h include
Remove unused symbol_conf.h include. First, it's just unused. Second, it's problematic since this is a C++ file, and most perf headers don't compile as C++. So if any other includes are added to symbol_conf.h, it may break the build. Signed-off-by: Dmitriy Vyukov <dvyukov@google.com> Cc: Ian Rogers <irogers@google.com> Cc: Namhyung Kim <namhyung@kernel.org> Link: https://lore.kernel.org/r/20250108070248.237943-1-dvyukov@google.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
committed by
Arnaldo Carvalho de Melo
parent
58f4f294b3
commit
9c64c7c658
@@ -18,7 +18,6 @@
|
||||
extern "C" {
|
||||
#include <linux/zalloc.h>
|
||||
}
|
||||
#include "symbol_conf.h"
|
||||
#include "llvm-c-helpers.h"
|
||||
|
||||
extern "C"
|
||||
|
||||
Reference in New Issue
Block a user