Browse Source

drm/exynos: fb: make local symbol static

Make local symbole static, because this is used only in this file.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Jingoo Han 11 years ago
parent
commit
9230ffc423
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/gpu/drm/exynos/exynos_drm_fbdev.c

+ 1 - 1
drivers/gpu/drm/exynos/exynos_drm_fbdev.c

@@ -229,7 +229,7 @@ static struct drm_fb_helper_funcs exynos_drm_fb_helper_funcs = {
 	.fb_probe =	exynos_drm_fbdev_create,
 	.fb_probe =	exynos_drm_fbdev_create,
 };
 };
 
 
-bool exynos_drm_fbdev_is_anything_connected(struct drm_device *dev)
+static bool exynos_drm_fbdev_is_anything_connected(struct drm_device *dev)
 {
 {
 	struct drm_connector *connector;
 	struct drm_connector *connector;
 	bool ret = false;
 	bool ret = false;