diff options
Diffstat (limited to 'include/linux/key.h')
-rw-r--r-- | include/linux/key.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/key.h b/include/linux/key.h index b145b054b3e0..5231800770e1 100644 --- a/include/linux/key.h +++ b/include/linux/key.h | |||
@@ -242,7 +242,7 @@ extern struct key *request_key_async_with_auxdata(struct key_type *type, | |||
242 | 242 | ||
243 | extern int wait_for_key_construction(struct key *key, bool intr); | 243 | extern int wait_for_key_construction(struct key *key, bool intr); |
244 | 244 | ||
245 | extern int key_validate(struct key *key); | 245 | extern int key_validate(const struct key *key); |
246 | 246 | ||
247 | extern key_ref_t key_create_or_update(key_ref_t keyring, | 247 | extern key_ref_t key_create_or_update(key_ref_t keyring, |
248 | const char *type, | 248 | const char *type, |