diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index 3504ee35e226..cdc4fca0c4cb 100644 --- a/kernel/rcu/tree.c +++ b/kernel/rcu/tree.c @@ -3315,7 +3315,7 @@ static int rcu_pending(void) * non-NULL, store an indication of whether all callbacks are lazy. * (If there are no callbacks, all of them are deemed to be lazy.) */ -static bool __maybe_unused rcu_cpu_has_callbacks(bool *all_lazy) +static bool rcu_cpu_has_callbacks(bool *all_lazy) { bool al = true; bool hc = false;