Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

KEYS: Remove unused declarations

These declarations are never implemented, remove it.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>

authored by

Yue Haibing and committed by
Jarkko Sakkinen
652bfcb7 baeb9a7d

-7
-4
include/keys/dns_resolver-type.h
··· 12 12 13 13 extern struct key_type key_type_dns_resolver; 14 14 15 - extern int request_dns_resolver_key(const char *description, 16 - const char *callout_info, 17 - char **data); 18 - 19 15 #endif /* _KEYS_DNS_RESOLVER_TYPE_H */
-3
include/linux/key.h
··· 436 436 const char *description, 437 437 bool recurse); 438 438 439 - extern int keyring_add_key(struct key *keyring, 440 - struct key *key); 441 - 442 439 extern int keyring_restrict(key_ref_t keyring, const char *type, 443 440 const char *restriction); 444 441