projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88e3cb0
)
drm compat: ia64 is not biarch
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 26 May 2017 03:25:07 +0000
(23:25 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 4 Jul 2017 17:16:27 +0000
(13:16 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/gpu/drm/drm_ioc32.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/drm_ioc32.c
b/drivers/gpu/drm/drm_ioc32.c
index 7101b5141f00d783a4172a577aeaf03259ede5ca..94acf51092354fcf2a674f35b9cd7239159812e6 100644
(file)
--- 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;