Re: [PATCH 6/6] drm/omap: define compat_ioctl

2017-05-08 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Thursday 27 Apr 2017 13:27:54 Tomi Valkeinen wrote: > Define compat_ioctl in omapdriver_fops to make it possible to use 32bit > apps on 64bit platform. > > Signed-off-by: Tomi Valkeinen None of the omapdrm custom ioctls seem to need compat handling, so Rev

[PATCH 6/6] drm/omap: define compat_ioctl

2017-04-27 Thread Tomi Valkeinen
Define compat_ioctl in omapdriver_fops to make it possible to use 32bit apps on 64bit platform. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/omapdrm/omap_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/omapdrm/omap_drv.c b/drivers/gpu/drm/omapdrm/omap_drv.c index