diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-09-23 15:46:50 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-09-24 11:43:20 +1000 |
commit | 884d9f05eb6c765d62da0ec8c36a669d8c813340 (patch) | |
tree | 00cde8593f77099f2a8878661687d4c487346c34 /include/drm | |
parent | bfbf3c851ce53b914fe98d60ea3fe3fc1ab75b96 (diff) | |
download | blackbird-op-linux-884d9f05eb6c765d62da0ec8c36a669d8c813340.tar.gz blackbird-op-linux-884d9f05eb6c765d62da0ec8c36a669d8c813340.zip |
drm: Move drm_vm_open_locked into drm_internal.h
Leftover from my previous header cleanup.
This depends upon the patch to rework exynos mmap support, otherwise
it'll break exynos.
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drmP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 40c999019d9e..7b545975afd9 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -961,7 +961,6 @@ extern ssize_t drm_read(struct file *filp, char __user *buffer, extern int drm_release(struct inode *inode, struct file *filp); /* Mapping support (drm_vm.h) */ -extern void drm_vm_open_locked(struct drm_device *dev, struct vm_area_struct *vma); extern unsigned int drm_poll(struct file *filp, struct poll_table_struct *wait); /* Misc. IOCTL support (drm_ioctl.c) */ |