summaryrefslogtreecommitdiffstats
path: root/ncr.c
diff options
context:
space:
mode:
Diffstat (limited to 'ncr.c')
-rw-r--r--ncr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ncr.c b/ncr.c
index 86c8c7a..99d2786 100644
--- a/ncr.c
+++ b/ncr.c
@@ -28,7 +28,6 @@
#include <linux/highmem.h>
#include <linux/random.h>
#include <linux/uaccess.h>
-#include "cryptodev.h"
#include <linux/scatterlist.h>
#include <linux/cred.h>
#include <linux/capability.h>
@@ -117,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_;