mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-17 19:12:35 +09:00
eeti_egalax_i2c: fix for v2.6.36
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user