drm: fix stupid missing semicolon.

I fixed this in one git tree but that wasn't the one I pushed...

Signed-off-by: Dave Airlie <airlied@linux.ie>
This commit is contained in:
Dave Airlie 2005-07-10 12:46:19 +10:00 committed by Dave Airlie
parent 0109fd3704
commit f179bc77d0

View 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)