diff options
Diffstat (limited to 'drivers/char/drm/drmP.h')
-rw-r--r-- | drivers/char/drm/drmP.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/char/drm/drmP.h b/drivers/char/drm/drmP.h index 110629653a87..36caf93db309 100644 --- a/drivers/char/drm/drmP.h +++ b/drivers/char/drm/drmP.h | |||
@@ -847,6 +847,8 @@ extern int drm_release(struct inode *inode, struct file *filp); | |||
847 | 847 | ||
848 | /* Mapping support (drm_vm.h) */ | 848 | /* Mapping support (drm_vm.h) */ |
849 | extern int drm_mmap(struct file *filp, struct vm_area_struct *vma); | 849 | extern int drm_mmap(struct file *filp, struct vm_area_struct *vma); |
850 | extern unsigned long drm_core_get_map_ofs(struct drm_map * map); | ||
851 | extern unsigned long drm_core_get_reg_ofs(struct drm_device *dev); | ||
850 | extern unsigned int drm_poll(struct file *filp, struct poll_table_struct *wait); | 852 | extern unsigned int drm_poll(struct file *filp, struct poll_table_struct *wait); |
851 | 853 | ||
852 | /* Memory management support (drm_memory.h) */ | 854 | /* Memory management support (drm_memory.h) */ |
@@ -1144,8 +1146,5 @@ extern void *drm_calloc(size_t nmemb, size_t size, int area); | |||
1144 | 1146 | ||
1145 | /*@}*/ | 1147 | /*@}*/ |
1146 | 1148 | ||
1147 | extern unsigned long drm_core_get_map_ofs(struct drm_map * map); | ||
1148 | extern unsigned long drm_core_get_reg_ofs(struct drm_device *dev); | ||
1149 | |||
1150 | #endif /* __KERNEL__ */ | 1149 | #endif /* __KERNEL__ */ |
1151 | #endif | 1150 | #endif |