diff --git a/drivers/input/touchscreen/eeti_egalax_i2c.c b/drivers/input/touchscreen/eeti_egalax_i2c.c index 026c18bfe5df..961c245fea2b 100755 --- a/drivers/input/touchscreen/eeti_egalax_i2c.c +++ b/drivers/input/touchscreen/eeti_egalax_i2c.c @@ -730,7 +730,7 @@ static const struct file_operations egalax_cdev_fops = { .owner = THIS_MODULE, .read = egalax_cdev_read, .write = egalax_cdev_write, - .ioctl = egalax_cdev_ioctl, + .unlocked_ioctl = egalax_cdev_ioctl, .poll = egalax_cdev_poll, .open = egalax_cdev_open, .release= egalax_cdev_release,