aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_ioc32.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2017-05-25 23:25:07 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2017-07-04 13:16:27 -0400
commit9cc73ce287c9de21f7ecd5c2b7952227528b8e28 (patch)
treece3c2d47aa4cffad579e2983640fd5f821ca0230 /drivers/gpu/drm/drm_ioc32.c
parentdrm_compat_ioctl(): tidy up a bit (diff)
downloadlinux-dev-9cc73ce287c9de21f7ecd5c2b7952227528b8e28.tar.xz
linux-dev-9cc73ce287c9de21f7ecd5c2b7952227528b8e28.zip
drm compat: ia64 is not biarch
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/gpu/drm/drm_ioc32.c')
-rw-r--r--drivers/gpu/drm/drm_ioc32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_ioc32.c b/drivers/gpu/drm/drm_ioc32.c
index 7101b5141f00..94acf5109235 100644
--- a/drivers/gpu/drm/drm_ioc32.c
+++ b/drivers/gpu/drm/drm_ioc32.c
@@ -786,7 +786,7 @@ static int compat_drm_sg_free(struct file *file, unsigned int cmd,
DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY);
}
-#if defined(CONFIG_X86) || defined(CONFIG_IA64)
+#if defined(CONFIG_X86)
typedef struct drm_update_draw32 {
drm_drawable_t handle;
unsigned int type;
@@ -853,7 +853,7 @@ static int compat_drm_wait_vblank(struct file *file, unsigned int cmd,
return 0;
}
-#if defined(CONFIG_X86) || defined(CONFIG_IA64)
+#if defined(CONFIG_X86)
typedef struct drm_mode_fb_cmd232 {
u32 fb_id;
u32 width;