mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 10:02:02 +02:00
tracing/probes: Remove duplicate MAX_ARRAY_LEN macro definition
MAX_ARRAY_LEN is defined twice in trace_probe.h. Remove the redundant definition. Link: https://lore.kernel.org/all/178454421926.296567.6649983666070787570.stgit@devnote2/ Assisted-by: Antigravity:gemini-3.5-flash Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
This commit is contained in:
parent
1a416ae446
commit
323853e2d1
|
|
@ -220,7 +220,6 @@ DECLARE_BASIC_PRINT_TYPE_FUNC(symbol);
|
|||
_ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
|
||||
|
||||
#define ASSIGN_FETCH_TYPE_END {}
|
||||
#define MAX_ARRAY_LEN 64
|
||||
|
||||
#ifdef CONFIG_KPROBE_EVENTS
|
||||
bool trace_kprobe_on_func_entry(struct trace_event_call *call);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user