From 8383ca063d2473a87e585c20d80138d68d7d4dbf Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 23 Jul 2010 08:27:58 +0200 Subject: Revert "Modified NCR-USER API to "simplify" and allow setting of size of data structure without special system call." This reverts commit 5689c9734223fb349bba526d620823a803c3b67e. --- ncr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ncr.c') 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: -- cgit