keys: Remove unused extern declarations
[linux-2.6-block.git] / security / keys / internal.h
index 3c1e7122076b9ebc89c8479302d51387dbb16d02..471cf36dedc0268de02e2ca8dd3ec2fe9f316ed1 100644 (file)
@@ -109,13 +109,6 @@ extern void __key_link_end(struct key *keyring,
 extern key_ref_t find_key_to_update(key_ref_t keyring_ref,
                                    const struct keyring_index_key *index_key);
 
-extern struct key *keyring_search_instkey(struct key *keyring,
-                                         key_serial_t target_id);
-
-extern int iterate_over_keyring(const struct key *keyring,
-                               int (*func)(const struct key *key, void *data),
-                               void *data);
-
 struct keyring_search_context {
        struct keyring_index_key index_key;
        const struct cred       *cred;