Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9230ffc4 authored by Jingoo Han's avatar Jingoo Han Committed by Inki Dae
Browse files

drm/exynos: fb: make local symbol static



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

Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent be9b64a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;