]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/jump_label.c
Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[karo-tx-linux.git] / kernel / jump_label.c
index 43049192b5ec9bcb57863b3729b3cb6ac18b8d0c..60f48fa0fd0dddf57b7e4ae80a2d45816923b6ce 100644 (file)
@@ -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)
 {