diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2024-07-31 09:43:13 +0200 |
---|---|---|
committer | Jarkko Sakkinen <jarkko@kernel.org> | 2024-09-20 17:28:26 +0200 |
commit | 652bfcb76fe689f4d85b6f3688025a87fb94f9a1 (patch) | |
tree | 63a52f4cc27c06d3a591f607442ff92ba6cc54c4 /include/keys | |
parent | Merge tag 'sched-rt-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/... (diff) | |
download | linux-652bfcb76fe689f4d85b6f3688025a87fb94f9a1.tar.xz linux-652bfcb76fe689f4d85b6f3688025a87fb94f9a1.zip |
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>
Diffstat (limited to 'include/keys')
-rw-r--r-- | include/keys/dns_resolver-type.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/keys/dns_resolver-type.h b/include/keys/dns_resolver-type.h index 218ca22fb056..1b89088a2837 100644 --- a/include/keys/dns_resolver-type.h +++ b/include/keys/dns_resolver-type.h @@ -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 */ |