diff --git a/include/linux/jump_label.h b/include/linux/jump_label.h index c2d4a21cb9112099ea6b2cf56a25f01aa498d88f..802883634c954a7857d777992a0267567c4a95db 100644 --- a/include/linux/jump_label.h +++ b/include/linux/jump_label.h @@ -240,6 +240,11 @@ static inline int jump_label_apply_nops(struct module *mod) return 0; } +static inline int jump_label_register(struct module *mod) +{ + return 0; +} + static inline void static_key_enable(struct static_key *key) { STATIC_KEY_CHECK_USE(key);