This interface is currently only defined if CONFIG_JUMP_LABEL. Make it
available also when jump labels are off.
Signed-off-by: Willem de Bruijn <willemb@google.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
                                                   0),                  \
        }
 
-#define static_branch_deferred_inc(x)  static_branch_inc(&(x)->key)
-
 #else  /* !CONFIG_JUMP_LABEL */
 struct static_key_deferred {
        struct static_key  key;
        STATIC_KEY_CHECK_USE(key);
 }
 #endif /* CONFIG_JUMP_LABEL */
+
+#define static_branch_deferred_inc(x)  static_branch_inc(&(x)->key)
+
 #endif /* _LINUX_JUMP_LABEL_RATELIMIT_H */