diff options
| author | Nam Cao <namcao@linutronix.de> | 2025-07-24 20:33:30 +0300 |
|---|---|---|
| committer | Steven Rostedt (Google) <rostedt@goodmis.org> | 2025-07-25 16:04:14 +0300 |
| commit | b8a7fba39cd49eab343bfe561d85bb5dc57541af (patch) | |
| tree | f4e858b5e0a5f2867e9f18e6a9b250b54ca32b09 /include | |
| parent | 3d3800b4f7f4b1472a0ec2cffd535c05603f8f60 (diff) | |
| download | linux-b8a7fba39cd49eab343bfe561d85bb5dc57541af.tar.xz | |
rv: Remove struct rv_monitor::reacting
The field 'reacting' in struct rv_monitor is set but never used. Delete it.
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Link: https://lore.kernel.org/a6c16f845d2f1a09c4d0934ab83f3cb14478a71d.1753378331.git.namcao@linutronix.de
Reviewed-by: Gabriele Monaco <gmonaco@redhat.com>
Signed-off-by: Nam Cao <namcao@linutronix.de>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/rv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/rv.h b/include/linux/rv.h index 2f867d6f72ba..80731242fe60 100644 --- a/include/linux/rv.h +++ b/include/linux/rv.h @@ -104,7 +104,6 @@ struct rv_monitor { #ifdef CONFIG_RV_REACTORS struct rv_reactor *reactor; __printf(1, 2) void (*react)(const char *msg, ...); - bool reacting; #endif struct list_head list; struct rv_monitor *parent; |
