Skip to content

Commit

Permalink
drm: fix stupid missing semicolon.
Browse files Browse the repository at this point in the history
I fixed this in one git tree but that wasn't the one I pushed...

Signed-off-by: Dave Airlie <airlied@linux.ie>
  • Loading branch information
Dave Airlie authored and Dave Airlie committed Jul 10, 2005
1 parent 0109fd3 commit f179bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/drm/i915_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f179bc7

Please sign in to comment.