mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
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>
This commit is contained in:
parent
baeb9a7d8b
commit
652bfcb76f
@ -12,8 +12,4 @@
|
||||
|
||||
extern struct key_type key_type_dns_resolver;
|
||||
|
||||
extern int request_dns_resolver_key(const char *description,
|
||||
const char *callout_info,
|
||||
char **data);
|
||||
|
||||
#endif /* _KEYS_DNS_RESOLVER_TYPE_H */
|
||||
|
@ -436,9 +436,6 @@ extern key_ref_t keyring_search(key_ref_t keyring,
|
||||
const char *description,
|
||||
bool recurse);
|
||||
|
||||
extern int keyring_add_key(struct key *keyring,
|
||||
struct key *key);
|
||||
|
||||
extern int keyring_restrict(key_ref_t keyring, const char *type,
|
||||
const char *restriction);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user