summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-17 20:11:44 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-24 20:00:48 +0200
commit014124ef6c43f2eadbf07318c03691c5305b6183 (patch)
treebde7c563c04a8464169e6da94d7a5a4ecd3dc328 /ncr-int.h
parentaf2c2e1da1a898c8968281824ba8a4d9616670dc (diff)
downloadcryptodev-linux-014124ef6c43f2eadbf07318c03691c5305b6183.tar.gz
cryptodev-linux-014124ef6c43f2eadbf07318c03691c5305b6183.tar.xz
cryptodev-linux-014124ef6c43f2eadbf07318c03691c5305b6183.zip
Drop unnecessary "file *" argument to ncr_ioctl()
Diffstat (limited to 'ncr-int.h')
-rw-r--r--ncr-int.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ncr-int.h b/ncr-int.h
index 4694cda..53df9df 100644
--- a/ncr-int.h
+++ b/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);