mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
input: touchscreen: eeti_egalax_i2c: fix warning: initialization from incompatible pointer type
This commit is contained in:
@@ -289,7 +289,7 @@ static int wakeup_controller(int gpio)
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int egalax_cdev_ioctl(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long args)
|
||||
static long egalax_cdev_ioctl(struct file *filp, unsigned int cmd, unsigned long args)
|
||||
{
|
||||
//struct egalax_char_dev *cdev = file->private_data;
|
||||
int ret=0;
|
||||
|
||||
Reference in New Issue
Block a user