drm/exynos: fb: make local symbol static
authorJingoo Han <jg1.han@samsung.com>
Thu, 17 Apr 2014 10:07:22 +0000 (19:07 +0900)
committerInki Dae <daeinki@gmail.com>
Sun, 1 Jun 2014 17:07:03 +0000 (02:07 +0900)
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>
drivers/gpu/drm/exynos/exynos_drm_fbdev.c

index 578ebbb..14bbaa3 100644 (file)
@@ -229,7 +229,7 @@ static struct drm_fb_helper_funcs exynos_drm_fb_helper_funcs = {
        .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;
        bool ret = false;