summaryrefslogtreecommitdiffstats
path: root/crypto/userspace/ncr-int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-20 03:09:06 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-20 03:09:06 +0200
commitcc7a2bee6cd5688f44e7b0cf1d28722fabf4a80c (patch)
tree9e24e045387dd09178bc8f1503d3288467a62a4c /crypto/userspace/ncr-int.h
parent31372e35a86d90971a654a15571c85522aca73c6 (diff)
parent3c86466e9230d6cee720a46a8e632f459069080c (diff)
downloadkernel-crypto-cc7a2bee6cd5688f44e7b0cf1d28722fabf4a80c.tar.gz
kernel-crypto-cc7a2bee6cd5688f44e7b0cf1d28722fabf4a80c.tar.xz
kernel-crypto-cc7a2bee6cd5688f44e7b0cf1d28722fabf4a80c.zip
Merge branch 'standalone-master' into standalone-rename
Diffstat (limited to 'crypto/userspace/ncr-int.h')
-rw-r--r--crypto/userspace/ncr-int.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/userspace/ncr-int.h b/crypto/userspace/ncr-int.h
index 84bca9e3f68..2689804e29d 100644
--- a/crypto/userspace/ncr-int.h
+++ b/crypto/userspace/ncr-int.h
@@ -104,8 +104,7 @@ struct ncr_lists {
void* ncr_init_lists(void);
void ncr_deinit_lists(struct ncr_lists *lst);
-int ncr_ioctl(struct ncr_lists*, struct file *filp,
- unsigned int cmd, unsigned long arg);
+int ncr_ioctl(struct ncr_lists *lst, unsigned int cmd, unsigned long arg);
/* key derivation */
int ncr_key_derive(struct ncr_lists *lst, void __user* arg);