summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-16 15:08:29 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-24 23:09:34 +0200
commit9aa6874612bf258f0a9795371db9b3dc514376aa (patch)
tree2fb3e731666af97eea275c69765727522b419dce /ncr-int.h
parentaf980a4453d1d36486c5d75c49d389b0cc7e2c79 (diff)
downloadkernel-crypto-9aa6874612bf258f0a9795371db9b3dc514376aa.tar.gz
kernel-crypto-9aa6874612bf258f0a9795371db9b3dc514376aa.tar.xz
kernel-crypto-9aa6874612bf258f0a9795371db9b3dc514376aa.zip
Convert *_KEY_DEINIT
Diffstat (limited to 'ncr-int.h')
-rw-r--r--ncr-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncr-int.h b/ncr-int.h
index 79bdc14ba64..ff7e08eb44b 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -120,7 +120,7 @@ void ncr_key_assign_flags(struct key_item_st* item, unsigned int flags);
/* key handling */
int ncr_key_init(struct ncr_lists *lst);
-int ncr_key_deinit(struct ncr_lists *lst, void __user* arg);
+int ncr_key_deinit(struct ncr_lists *lst, ncr_key_t desc);
int ncr_key_export(struct ncr_lists *lst, const struct ncr_key_export *data,
struct nlattr *tb[]);
int ncr_key_import(struct ncr_lists *lst, const struct ncr_key_import *data,