diff --git a/[refs] b/[refs] index c7dea45bd250..4a259ef74b14 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6aed64a8a440360be875f31eabeacaddb83ef25f +refs/heads/master: a181dc14ed23f7a499542ff4c78532b5f24bb18f diff --git a/trunk/kernel/jump_label.c b/trunk/kernel/jump_label.c index 43049192b5ec..60f48fa0fd0d 100644 --- a/trunk/kernel/jump_label.c +++ b/trunk/kernel/jump_label.c @@ -118,6 +118,7 @@ void jump_label_rate_limit(struct static_key_deferred *key, key->timeout = rl; INIT_DELAYED_WORK(&key->work, jump_label_update_timeout); } +EXPORT_SYMBOL_GPL(jump_label_rate_limit); static int addr_conflict(struct jump_entry *entry, void *start, void *end) {