• Arnd Bergmann's avatar
    drm: export drm_vm_open_locked · d5028995
    Arnd Bergmann authored
    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: default avatarArnd 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: default avatarDave Airlie <airlied@redhat.com>
    d5028995
drm_vm.c 18 KB