diff options
author | Miloslav Trmač <mitr@redhat.com> | 2010-08-17 20:11:44 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-24 20:00:48 +0200 |
commit | 014124ef6c43f2eadbf07318c03691c5305b6183 (patch) | |
tree | bde7c563c04a8464169e6da94d7a5a4ecd3dc328 /ncr.c | |
parent | af2c2e1da1a898c8968281824ba8a4d9616670dc (diff) | |
download | cryptodev-linux-014124ef6c43f2eadbf07318c03691c5305b6183.tar.gz cryptodev-linux-014124ef6c43f2eadbf07318c03691c5305b6183.tar.xz cryptodev-linux-014124ef6c43f2eadbf07318c03691c5305b6183.zip |
Drop unnecessary "file *" argument to ncr_ioctl()
Diffstat (limited to 'ncr.c')
-rw-r--r-- | ncr.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -117,8 +117,7 @@ struct ncr_master_key_st st; } int -ncr_ioctl(struct ncr_lists* lst, struct file *filp, - unsigned int cmd, unsigned long arg_) +ncr_ioctl(struct ncr_lists *lst, unsigned int cmd, unsigned long arg_) { void __user *arg = (void __user *)arg_; |