mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-27 05:50:11 +01:00
drm: drm_bo_mmap_locked() is static.
Signed-off-by: Pekka Paalanen <pq@iki.fi>
This commit is contained in:
parent
a6dd0afa87
commit
d3f25ccca8
1 changed files with 1 additions and 2 deletions
|
|
@ -870,8 +870,7 @@ static struct vm_operations_struct drm_bo_vm_ops = {
|
|||
* \param map The buffer object drm map.
|
||||
* \return zero on success or a negative number on failure.
|
||||
*/
|
||||
|
||||
int drm_bo_mmap_locked(struct vm_area_struct *vma,
|
||||
static int drm_bo_mmap_locked(struct vm_area_struct *vma,
|
||||
struct file *filp,
|
||||
drm_local_map_t *map)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue