From 62b55eb433a211c565367b8ae717666e0acaf8fe Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 29 Jun 2005 11:56:42 +0000 Subject: [PATCH] make r128/mga compile properly on sparc cross-compiler --- linux-core/mga_ioc32.c | 2 +- linux-core/r128_ioc32.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/linux-core/mga_ioc32.c b/linux-core/mga_ioc32.c index f5be4a5..390bb2e 100644 --- a/linux-core/mga_ioc32.c +++ b/linux-core/mga_ioc32.c @@ -130,7 +130,7 @@ static int compat_mga_getparam(struct file *file, unsigned int cmd, } drm_ioctl_compat_t *mga_compat_ioctls[] = { - [DRM_MGA_DMA_INIT] = compat_mga_init, + [DRM_MGA_INIT] = compat_mga_init, [DRM_MGA_GETPARAM] = compat_mga_getparam, }; diff --git a/linux-core/r128_ioc32.c b/linux-core/r128_ioc32.c index aa60d47..b34a0ce 100644 --- a/linux-core/r128_ioc32.c +++ b/linux-core/r128_ioc32.c @@ -36,7 +36,7 @@ #include "drm.h" #include "r128_drm.h" -typedef struct drm32_r128_init { +typedef struct drm_r128_init32 { int func; unsigned int sarea_priv_offset; int is_pci; @@ -58,7 +58,7 @@ typedef struct drm32_r128_init { unsigned int ring_rptr_offset; unsigned int buffers_offset; unsigned int agp_textures_offset; -} drm32_r128_init_t; +} drm_r128_init32_t; static int compat_r128_init(struct file *file, unsigned int cmd, unsigned long arg) @@ -140,7 +140,7 @@ typedef struct drm_r128_stipple32 { static int compat_r128_stipple(struct file *file, unsigned int cmd, unsigned long arg) { - drm_r128_stipple32 stipple32; + drm_r128_stipple32_t stipple32; drm_r128_stipple_t __user *stipple; if (copy_from_user(&stipple32, (void __user *)arg, sizeof(stipple32))) -- 2.7.4