From: Michal Sojka Date: Fri, 4 Apr 2014 17:25:18 +0000 (+0200) Subject: cegw: Support 32bit user-space under 64bit kernel X-Git-Url: https://rtime.felk.cvut.cz/gitweb/can-eth-gw-linux.git/commitdiff_plain/7530b007cf1af11233acf690f3d02f033f1dccab?hp=6617e487023de8582afcf1cf51b532a8e1260902 cegw: Support 32bit user-space under 64bit kernel --- diff --git a/net/can/canethgw.c b/net/can/canethgw.c index 6c9c8aae64c7..283d75846a80 100644 --- a/net/can/canethgw.c +++ b/net/can/canethgw.c @@ -366,7 +366,8 @@ static const struct file_operations cegw_fops = { .owner = THIS_MODULE, .open = cegw_open, .release = cegw_release, - .unlocked_ioctl = cegw_ioctl + .unlocked_ioctl = cegw_ioctl, + .compat_ioctl = cegw_ioctl, }; static struct miscdevice cegw_device = {