diff options
| author | Yue Haibing <[email protected]> | 2024-07-31 15:43:13 +0800 |
|---|---|---|
| committer | Jarkko Sakkinen <[email protected]> | 2024-09-20 18:28:26 +0300 |
| commit | 652bfcb76fe689f4d85b6f3688025a87fb94f9a1 (patch) | |
| tree | 63a52f4cc27c06d3a591f607442ff92ba6cc54c4 /include/linux | |
| parent | baeb9a7d8b60b021d907127509c44507539c15e5 (diff) | |
KEYS: Remove unused declarations
These declarations are never implemented, remove it.
Signed-off-by: Yue Haibing <[email protected]>
Reviewed-by: Jarkko Sakkinen <[email protected]>
Signed-off-by: Jarkko Sakkinen <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/key.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/key.h b/include/linux/key.h index 943a432da3ae..074dca3222b9 100644 --- a/include/linux/key.h +++ b/include/linux/key.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); |