Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)