diff options
author | Dave Airlie <airlied@linux.ie> | 2007-05-25 23:04:51 +0400 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-07-11 05:58:02 +0400 |
commit | da509d7a02cb54938776439edc81f057e39f81e0 (patch) | |
tree | 9610b5c9040393041807014ed20c4497459550b8 /drivers/char/drm/drmP.h | |
parent | bd1b331fae2813d9f03ceee649296f02edc0b893 (diff) | |
download | linux-da509d7a02cb54938776439edc81f057e39f81e0.tar.xz |
drm: remove DRM_GETSAREA and replace with drm_getsarea function
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/drmP.h')
-rw-r--r-- | drivers/char/drm/drmP.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/drm/drmP.h b/drivers/char/drm/drmP.h index 22779582ee5b..8634f7613620 100644 --- a/drivers/char/drm/drmP.h +++ b/drivers/char/drm/drmP.h @@ -1024,6 +1024,8 @@ extern drm_head_t **drm_heads; extern struct class *drm_class; extern struct proc_dir_entry *drm_proc_root; +extern drm_local_map_t *drm_getsarea(struct drm_device *dev); + /* Proc support (drm_proc.h) */ extern int drm_proc_init(drm_device_t * dev, int minor, |