usb: gadget: f_fs: Add compat_ioctl to epfiles
authorJerry Zhang <zhangjerry@google.com>
Fri, 30 Mar 2018 22:32:19 +0000 (15:32 -0700)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 15 May 2018 07:08:56 +0000 (10:08 +0300)
commit6819e3233f244be6e8ea4aba139434ada0698743
tree5243350b172b34d0a1a2f427ed4ddf4a60d2e288
parent9286e24b837151a5a59e7403cea3e4a2c33ba225
usb: gadget: f_fs: Add compat_ioctl to epfiles

This allows 32 bit owners of ffs endpoints to
make ioctls into a 64 bit kernel.

All of the current epfile ioctls can be handled
with the same struct definitions as regular
ioctl.

Acked-by: MichaƂ Nazarewicz <mina86@mina86.com>
Signed-off-by: Jerry Zhang <zhangjerry@google.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/function/f_fs.c