mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-02 00:54:12 +00:00
drm: export drm_vm_open_locked
The EXYNOS DRM driver uses drm_vm_open_locked in its mmap() function, and it can be built as a loadable module, which currently fails. This exports the symbol from the DRM core to avoid ERROR: "drm_vm_open_locked" [drivers/gpu/drm/exynos/exynosdrm.ko] undefined! Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Inki Dae <inki.dae@samsung.com> Cc: Joonyoung Shim <jy0922.shim@samsung.com> Cc: Seung-Woo Kim <sw0312.kim@samsung.com> Cc: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
a59e1ff3b8
commit
d502899580
@ -422,6 +422,7 @@ void drm_vm_open_locked(struct drm_device *dev,
|
|||||||
list_add(&vma_entry->head, &dev->vmalist);
|
list_add(&vma_entry->head, &dev->vmalist);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(drm_vm_open_locked);
|
||||||
|
|
||||||
static void drm_vm_open(struct vm_area_struct *vma)
|
static void drm_vm_open(struct vm_area_struct *vma)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user