diff options
Diffstat (limited to 'include/drm/drm_legacy.h')
-rw-r--r-- | include/drm/drm_legacy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_legacy.h b/include/drm/drm_legacy.h index 6486306beb0d..3e698038dc7b 100644 --- a/include/drm/drm_legacy.h +++ b/include/drm/drm_legacy.h | |||
@@ -157,6 +157,7 @@ int drm_legacy_addmap(struct drm_device *d, resource_size_t offset, | |||
157 | int drm_legacy_rmmap(struct drm_device *d, struct drm_local_map *map); | 157 | int drm_legacy_rmmap(struct drm_device *d, struct drm_local_map *map); |
158 | int drm_legacy_rmmap_locked(struct drm_device *d, struct drm_local_map *map); | 158 | int drm_legacy_rmmap_locked(struct drm_device *d, struct drm_local_map *map); |
159 | struct drm_local_map *drm_legacy_getsarea(struct drm_device *dev); | 159 | struct drm_local_map *drm_legacy_getsarea(struct drm_device *dev); |
160 | int drm_legacy_mmap(struct file *filp, struct vm_area_struct *vma); | ||
160 | 161 | ||
161 | int drm_legacy_addbufs_agp(struct drm_device *d, struct drm_buf_desc *req); | 162 | int drm_legacy_addbufs_agp(struct drm_device *d, struct drm_buf_desc *req); |
162 | int drm_legacy_addbufs_pci(struct drm_device *d, struct drm_buf_desc *req); | 163 | int drm_legacy_addbufs_pci(struct drm_device *d, struct drm_buf_desc *req); |