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

Commit 9800935a authored by Sachin Kamat's avatar Sachin Kamat Committed by Inki Dae
Browse files

drm/exynos: Make mixer_check_timing static



Fixes the following sparse warning:
drivers/gpu/drm/exynos/exynos_mixer.c:821:5: warning:
symbol 'mixer_check_timing' was not declared. Should it be static?

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 5830daf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -818,7 +818,7 @@ static void mixer_win_disable(void *ctx, int win)
	mixer_ctx->win_data[win].enabled = false;
}

int mixer_check_timing(void *ctx, struct fb_videomode *timing)
static int mixer_check_timing(void *ctx, struct fb_videomode *timing)
{
	struct mixer_context *mixer_ctx = ctx;
	u32 w, h;