aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/drm/drmP.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 7fd1870b6a70..70a14a4faa1e 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -772,7 +772,6 @@ struct drm_driver {
772 struct drm_file *file_priv); 772 struct drm_file *file_priv);
773 void (*reclaim_buffers_idlelocked) (struct drm_device *dev, 773 void (*reclaim_buffers_idlelocked) (struct drm_device *dev,
774 struct drm_file *file_priv); 774 struct drm_file *file_priv);
775 resource_size_t (*get_map_ofs) (struct drm_local_map * map);
776 resource_size_t (*get_reg_ofs) (struct drm_device *dev); 775 resource_size_t (*get_reg_ofs) (struct drm_device *dev);
777 void (*set_version) (struct drm_device *dev, 776 void (*set_version) (struct drm_device *dev,
778 struct drm_set_version *sv); 777 struct drm_set_version *sv);
@@ -1167,7 +1166,6 @@ extern int drm_release(struct inode *inode, struct file *filp);
1167extern int drm_mmap(struct file *filp, struct vm_area_struct *vma); 1166extern int drm_mmap(struct file *filp, struct vm_area_struct *vma);
1168extern int drm_mmap_locked(struct file *filp, struct vm_area_struct *vma); 1167extern int drm_mmap_locked(struct file *filp, struct vm_area_struct *vma);
1169extern void drm_vm_open_locked(struct vm_area_struct *vma); 1168extern void drm_vm_open_locked(struct vm_area_struct *vma);
1170extern resource_size_t drm_core_get_map_ofs(struct drm_local_map * map);
1171extern resource_size_t drm_core_get_reg_ofs(struct drm_device *dev); 1169extern resource_size_t drm_core_get_reg_ofs(struct drm_device *dev);
1172extern unsigned int drm_poll(struct file *filp, struct poll_table_struct *wait); 1170extern unsigned int drm_poll(struct file *filp, struct poll_table_struct *wait);
1173 1171