]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/exynos: Staticize local function in exynos_drm_gem.c
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Thu, 1 Oct 2015 05:21:40 +0000 (14:21 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 1 Oct 2015 05:29:51 +0000 (14:29 +0900)
commitcda374253f862bd0f43edda6935a48294fe8ed3e
treef32d65b2db097ac243e5b030c1072c75d42adf41
parent3c79fb8c9424a24bf812b9a8cb4f19b781052b0b
drm/exynos: Staticize local function in exynos_drm_gem.c

The exynos_drm_gem_mmap_buffer() is not used outside so make it static.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_gem.c