mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
Revert "usb: gadget: accessory: add compat_ioctl"
This reverts commit349bb1466b. Replaced by commit74720dae8b("ANDROID: usb: gadget: f_accessory: add compat_ioctl support") Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
parent
f7e79c99d7
commit
5e7f6915a1
|
|
@ -931,9 +931,6 @@ 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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user