Commit 9cc73ce2 authored by Al Viro's avatar Al Viro

drm compat: ia64 is not biarch

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 88e3cb07
...@@ -786,7 +786,7 @@ static int compat_drm_sg_free(struct file *file, unsigned int cmd, ...@@ -786,7 +786,7 @@ static int compat_drm_sg_free(struct file *file, unsigned int cmd,
DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY); DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY);
} }
#if defined(CONFIG_X86) || defined(CONFIG_IA64) #if defined(CONFIG_X86)
typedef struct drm_update_draw32 { typedef struct drm_update_draw32 {
drm_drawable_t handle; drm_drawable_t handle;
unsigned int type; unsigned int type;
...@@ -853,7 +853,7 @@ static int compat_drm_wait_vblank(struct file *file, unsigned int cmd, ...@@ -853,7 +853,7 @@ static int compat_drm_wait_vblank(struct file *file, unsigned int cmd,
return 0; return 0;
} }
#if defined(CONFIG_X86) || defined(CONFIG_IA64) #if defined(CONFIG_X86)
typedef struct drm_mode_fb_cmd232 { typedef struct drm_mode_fb_cmd232 {
u32 fb_id; u32 fb_id;
u32 width; u32 width;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment