summaryrefslogtreecommitdiffstats
path: root/ncr.c
diff options
context:
space:
mode:
Diffstat (limited to 'ncr.c')
-rw-r--r--ncr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ncr.c b/ncr.c
index be0cdc8..5740580 100644
--- a/ncr.c
+++ b/ncr.c
@@ -126,8 +126,6 @@ ncr_ioctl(struct ncr_lists* lst, struct file *filp,
switch (cmd) {
case NCRIO_DATA_INIT:
return ncr_data_init(&lst->data, arg);
- case NCRIO_DATA_INIT_USER:
- return ncr_data_init_user(&lst->data, arg);
case NCRIO_DATA_GET:
return ncr_data_get(&lst->data, arg);
case NCRIO_DATA_SET: