diff options
| author | Thomas Weißschuh <thomas.weissschuh@linutronix.de> | 2025-10-14 07:51:57 +0200 |
|---|---|---|
| committer | Gabriele Monaco <gmonaco@redhat.com> | 2025-11-11 13:18:56 +0100 |
| commit | 68f63cea46d3a410a41d9ab74d338038a22bc2ad (patch) | |
| tree | 9bf448fff8fae5c0914b1318a2ced2f26ec9bee0 /include/linux/rv.h | |
| parent | 4f739ed19d222de33b19ca639a34523fbbec20d0 (diff) | |
| download | linux-next-68f63cea46d3a410a41d9ab74d338038a22bc2ad.tar.gz linux-next-68f63cea46d3a410a41d9ab74d338038a22bc2ad.zip | |
rv: Make rv_reacting_on() static
There are no external users left.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Link: https://lore.kernel.org/r/20251014-rv-lockdep-v1-2-0b9e51919ea8@linutronix.de
Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
Diffstat (limited to 'include/linux/rv.h')
| -rw-r--r-- | include/linux/rv.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/rv.h b/include/linux/rv.h index b567b0191e67..92fd467547e7 100644 --- a/include/linux/rv.h +++ b/include/linux/rv.h @@ -116,17 +116,11 @@ int rv_get_task_monitor_slot(void); void rv_put_task_monitor_slot(int slot); #ifdef CONFIG_RV_REACTORS -bool rv_reacting_on(void); int rv_unregister_reactor(struct rv_reactor *reactor); int rv_register_reactor(struct rv_reactor *reactor); __printf(2, 3) void rv_react(struct rv_monitor *monitor, const char *msg, ...); #else -static inline bool rv_reacting_on(void) -{ - return false; -} - __printf(2, 3) static inline void rv_react(struct rv_monitor *monitor, const char *msg, ...) { |
