projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0109fd3
)
drm: fix stupid missing semicolon.
author
Dave Airlie
<airlied@starflyer.(none)>
Sun, 10 Jul 2005 02:46:19 +0000
(12:46 +1000)
committer
Dave Airlie
<airlied@linux.ie>
Sun, 10 Jul 2005 02:46:19 +0000
(12:46 +1000)
I fixed this in one git tree but that wasn't the one I pushed...
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/char/drm/i915_drv.h
patch
|
blob
|
history
diff --git
a/drivers/char/drm/i915_drv.h
b/drivers/char/drm/i915_drv.h
index e58bdac16407befa5c3eb693052c566ee7aec3ec..9c37d2367dd578bc6b6851c47cc5a82b560598d3 100644
(file)
--- a/
drivers/char/drm/i915_drv.h
+++ b/
drivers/char/drm/i915_drv.h
@@
-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)