diff options
author | Ben Widawsky <ben@bwidawsk.net> | 2012-04-16 14:07:40 -0700 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-04-18 10:34:49 +0200 |
commit | c43b5634037ff00c83cde4ab7fc5e46831c846ef (patch) | |
tree | 38381d5ba104db965999b740c85c76e66c5003d7 /drivers/gpu/drm/i915/i915_drv.h | |
parent | df0323c42ac35f81b49e25fe04e8e52b9c6f6467 (diff) | |
download | linux-stable-c43b5634037ff00c83cde4ab7fc5e46831c846ef.tar.gz linux-stable-c43b5634037ff00c83cde4ab7fc5e46831c846ef.tar.bz2 linux-stable-c43b5634037ff00c83cde4ab7fc5e46831c846ef.zip |
drm/i915: [sparse] trivial sparse fixes
This should contain all the changes which require no thought to make
sparse happy.
Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index 422f424deb4c..303cee71b490 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h @@ -1128,8 +1128,10 @@ extern void i915_driver_preclose(struct drm_device *dev, extern void i915_driver_postclose(struct drm_device *dev, struct drm_file *file_priv); extern int i915_driver_device_is_agp(struct drm_device * dev); +#ifdef CONFIG_COMPAT extern long i915_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); +#endif extern int i915_emit_box(struct drm_device *dev, struct drm_clip_rect *box, int DR1, int DR4); |