diff options
author | Dave Airlie <airlied@linux.ie> | 2007-05-25 15:04:51 -0400 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-07-10 21:58:02 -0400 |
commit | da509d7a02cb54938776439edc81f057e39f81e0 (patch) | |
tree | 9610b5c9040393041807014ed20c4497459550b8 /drivers/char/drm/drmP.h | |
parent | bd1b331fae2813d9f03ceee649296f02edc0b893 (diff) |
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; | |||
1024 | extern struct class *drm_class; | 1024 | extern struct class *drm_class; |
1025 | extern struct proc_dir_entry *drm_proc_root; | 1025 | extern struct proc_dir_entry *drm_proc_root; |
1026 | 1026 | ||
1027 | extern drm_local_map_t *drm_getsarea(struct drm_device *dev); | ||
1028 | |||
1027 | /* Proc support (drm_proc.h) */ | 1029 | /* Proc support (drm_proc.h) */ |
1028 | extern int drm_proc_init(drm_device_t * dev, | 1030 | extern int drm_proc_init(drm_device_t * dev, |
1029 | int minor, | 1031 | int minor, |