summaryrefslogtreecommitdiff
path: root/security/tlk_driver/ote_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/tlk_driver/ote_device.c')
-rw-r--r--security/tlk_driver/ote_device.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/security/tlk_driver/ote_device.c b/security/tlk_driver/ote_device.c
index 214e511d20a2..bfc59d3cb94c 100644
--- a/security/tlk_driver/ote_device.c
+++ b/security/tlk_driver/ote_device.c
@@ -712,12 +712,6 @@ static long tlk_device_ioctl(struct file *file, unsigned int ioctl_num,
mutex_unlock(&smc_lock);
break;
- case TE_IOCTL_FILE_NEW_REQ:
- case TE_IOCTL_FILE_FILL_BUF:
- case TE_IOCTL_FILE_REQ_COMPLETE:
- err = te_handle_fs_ioctl(file, ioctl_num, ioctl_param);
- break;
-
case TE_IOCTL_SS_NEW_REQ:
case TE_IOCTL_SS_REQ_COMPLETE:
err = te_handle_ss_ioctl(file, ioctl_num, ioctl_param);