Commit f179bc77 authored by Dave Airlie's avatar Dave Airlie Committed by Dave Airlie

drm: fix stupid missing semicolon.

I fixed this in one git tree but that wasn't the one I pushed...
Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
parent 0109fd37
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment