Skip to content

Commit b0c08dd

Browse files
covanamrostedt
authored andcommitted
rv: Remove unused field in struct rv_monitor_def
rv_monitor_def::task_monitor is not used. Delete it. Cc: Masami Hiramatsu <mhiramat@kernel.org> Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Link: https://lore.kernel.org/502d94f2696435690a2b1fdbe80a9e56c96fcabf.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>
1 parent 58d5f0d commit b0c08dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/trace/rv/rv.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ struct rv_monitor_def {
4141
struct rv_reactor_def *rdef;
4242
bool reacting;
4343
#endif
44-
bool task_monitor;
4544
};
4645

4746
struct dentry *get_monitors_root(void);

0 commit comments

Comments
 (0)