From: Keith Packard Date: Mon, 9 Jul 2012 22:40:07 +0000 (-0700) Subject: drm: use drm_compat_ioctl for 32-bit apps X-Git-Tag: v3.6-rc6~39^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=804d74abe2e3f361ead5c5c6850d5b1ab0203862;p=pandora-kernel.git drm: use drm_compat_ioctl for 32-bit apps Most of the DRM drivers appear to be missing the .compat_ioctl file operation entry necessary for 32-bit application compatibility. This patch uses drm_compat_ioctl for all drivers which don't have their own, and which are using drm_ioctl for .unlocked_ioctl. This leaves drivers/gpu/drm/psb/psb_drv.c unchanged; it has a custom .unlocked_ioctl and will presumably need a custom .compat_ioctl as well. Signed-off-by: Keith Packard Signed-off-by: Dave Airlie --- Reading git-diff-tree failed