summaryrefslogtreecommitdiffstats
path: root/cryptodev_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'cryptodev_main.c')
-rw-r--r--cryptodev_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptodev_main.c b/cryptodev_main.c
index f3f1f08..0a20888 100644
--- a/cryptodev_main.c
+++ b/cryptodev_main.c
@@ -136,7 +136,7 @@ cryptodev_ioctl(struct inode *inode, struct file *filp,
if (unlikely(!ncr))
BUG();
- return ncr_ioctl(ncr, filp, cmd, arg);
+ return ncr_ioctl(ncr, cmd, arg);
}
/* compatibility code for 32bit userlands */