summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNam Cao <namcao@linutronix.de>2025-07-24 20:33:30 +0300
committerSteven Rostedt (Google) <rostedt@goodmis.org>2025-07-25 16:04:14 +0300
commitb8a7fba39cd49eab343bfe561d85bb5dc57541af (patch)
treef4e858b5e0a5f2867e9f18e6a9b250b54ca32b09 /include
parent3d3800b4f7f4b1472a0ec2cffd535c05603f8f60 (diff)
downloadlinux-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.h1
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;