From: Arnd Bergmann Date: Thu, 25 Apr 2013 17:28:52 +0000 (+0200) Subject: drm: export drm_vm_open_locked X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d50289958076f7b2dd0f775341807da1e953f587;p=pandora-kernel.git 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 Cc: Inki Dae Cc: Joonyoung Shim Cc: Seung-Woo Kim Cc: Kyungmin Park Signed-off-by: Dave Airlie --- Reading git-diff-tree failed