drm: fix stupid missing semicolon.
authorDave Airlie <airlied@starflyer.(none)>
Sun, 10 Jul 2005 02:46:19 +0000 (12:46 +1000)
committerDave Airlie <airlied@linux.ie>
Sun, 10 Jul 2005 02:46:19 +0000 (12:46 +1000)
I fixed this in one git tree but that wasn't the one I pushed...

Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/char/drm/i915_drv.h

index e58bdac..9c37d23 100644 (file)
@@ -121,7 +121,7 @@ extern void i915_mem_release(drm_device_t * dev,
                             DRMFILE filp, struct mem_block *heap);
 
 extern long i915_compat_ioctl(struct file *filp, unsigned int cmd,
-                             unsigned long arg)
+                             unsigned long arg);
 
 
 #define I915_READ(reg)          DRM_READ32(dev_priv->mmio_map, reg)