diff options
author | Miloslav Trmač <mitr@redhat.com> | 2010-08-17 20:11:44 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-24 22:51:00 +0200 |
commit | 9c0650117290c30b94e1c3513b67808fb5f7a143 (patch) | |
tree | b45e2cc6e69c72cb77b25dc69033f4e25eb98285 /ncr.c | |
parent | 6ac025f801eaaf1aec4f652b951424522ec00686 (diff) | |
download | cryptodev-linux-9c0650117290c30b94e1c3513b67808fb5f7a143.tar.gz cryptodev-linux-9c0650117290c30b94e1c3513b67808fb5f7a143.tar.xz cryptodev-linux-9c0650117290c30b94e1c3513b67808fb5f7a143.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
@@ -116,8 +116,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_; |