[PATCH 2/4] drm/exynos: staticize exynos_drm_gem_init()

2015-09-21 Thread Gustavo Padovan
Hi Joonyoung, 2015-09-16 Joonyoung Shim : > The exynos_drm_gem_init() is used only in exynos_drm_gem.c file. Make it > static and don't export it. > > Signed-off-by: Joonyoung Shim > --- > drivers/gpu/drm/exynos/exynos_drm_gem.c | 3 +-- > drivers/gpu/drm/exynos/exynos_drm_gem.h | 4 > 2

[PATCH 2/4] drm/exynos: staticize exynos_drm_gem_init()

2015-09-16 Thread Joonyoung Shim
The exynos_drm_gem_init() is used only in exynos_drm_gem.c file. Make it static and don't export it. Signed-off-by: Joonyoung Shim --- drivers/gpu/drm/exynos/exynos_drm_gem.c | 3 +-- drivers/gpu/drm/exynos/exynos_drm_gem.h | 4 2 files changed, 1 insertion(+), 6 deletions(-) diff --git