diff options
Diffstat (limited to 'crypto/userspace/ncr-int.h')
-rw-r--r-- | crypto/userspace/ncr-int.h | 3 |
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); |