提交 f179bc77 编写于 作者: D Dave Airlie 提交者: 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: NDave Airlie <airlied@linux.ie>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册