OSDN Git Service

vme_user: Enable compat_ioctl for mixed environment
authorAaron Sierra <asierra@xes-inc.com>
Wed, 18 Dec 2013 16:11:09 +0000 (10:11 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Dec 2013 00:20:12 +0000 (16:20 -0800)
commit89b1cc2dcb08cdfd7cf04593c135a399c1492c42
tree57a753e60da5b9bfca3541cc342cbfce79ff36ea
parentc891d80318c401b11d589f05ca0c5be540ea6149
vme_user: Enable compat_ioctl for mixed environment

Now that the VME userspace API structures compile to a consistent size
in mixed environments (32-bit userspace and 64-bit kernel), enable the
.compat_ioctl to allow ioctls to execute in this environment.

Signed-off-by: Aaron Sierra <asierra@xes-inc.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vme/devices/vme_user.c