Merge "ODROID-N2: usb/gadget: add 'compat_ioctl(...)' for 32bit Android" into odroidn2-4.9.y-android

This commit is contained in:
Chris Kim
2019-08-12 11:40:25 +09:00
committed by Gerrit Code Review

View File

@@ -779,6 +779,9 @@ static const struct file_operations acc_fops = {
.read = acc_read,
.write = acc_write,
.unlocked_ioctl = acc_ioctl,
#ifdef CONFIG_COMPAT
.compat_ioctl = acc_ioctl,
#endif
.open = acc_open,
.release = acc_release,
};