diff options
| author | Dave Airlie <airlied@linux.ie> | 2007-12-10 15:53:59 +1000 | 
|---|---|---|
| committer | Dave Airlie <airlied@linux.ie> | 2007-12-10 15:53:59 +1000 | 
| commit | 814f695135f21aadeba77a3114df505d81a8d433 (patch) | |
| tree | 277da7e1c5dce9318591158435d2e367f3e495d3 /linux-core/i915_ioc32.c | |
| parent | e51b3c8ff4bb88bc0f57473b7c3fe7fcd6b1a916 (diff) | |
| parent | cfa21b22b43c7113107b5eb086b5f4d4ec36dc0a (diff) | |
Merge branch 'master' into r500-support
Diffstat (limited to 'linux-core/i915_ioc32.c')
| -rw-r--r-- | linux-core/i915_ioc32.c | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/linux-core/i915_ioc32.c b/linux-core/i915_ioc32.c index 7e733d33..11dee035 100644 --- a/linux-core/i915_ioc32.c +++ b/linux-core/i915_ioc32.c @@ -45,7 +45,7 @@ typedef struct _drm_i915_batchbuffer32 {  } drm_i915_batchbuffer32_t;  static int compat_i915_batchbuffer(struct file *file, unsigned int cmd, -			   unsigned long arg) +				   unsigned long arg)  {  	drm_i915_batchbuffer32_t batchbuffer32;  	drm_i915_batchbuffer_t __user *batchbuffer; @@ -81,7 +81,7 @@ typedef struct _drm_i915_cmdbuffer32 {  } drm_i915_cmdbuffer32_t;  static int compat_i915_cmdbuffer(struct file *file, unsigned int cmd, -			   unsigned long arg) +				 unsigned long arg)  {  	drm_i915_cmdbuffer32_t cmdbuffer32;  	drm_i915_cmdbuffer_t __user *cmdbuffer; @@ -111,7 +111,7 @@ typedef struct drm_i915_irq_emit32 {  } drm_i915_irq_emit32_t;  static int compat_i915_irq_emit(struct file *file, unsigned int cmd, -				  unsigned long arg) +				unsigned long arg)  {  	drm_i915_irq_emit32_t req32;  	drm_i915_irq_emit_t __user *request; @@ -134,7 +134,7 @@ typedef struct drm_i915_getparam32 {  } drm_i915_getparam32_t;  static int compat_i915_getparam(struct file *file, unsigned int cmd, -				     unsigned long arg) +				unsigned long arg)  {  	drm_i915_getparam32_t req32;  	drm_i915_getparam_t __user *request; @@ -161,7 +161,7 @@ typedef struct drm_i915_mem_alloc32 {  } drm_i915_mem_alloc32_t;  static int compat_i915_alloc(struct file *file, unsigned int cmd, -				     unsigned long arg) +			     unsigned long arg)  {  	drm_i915_mem_alloc32_t req32;  	drm_i915_mem_alloc_t __user *request;  | 
