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

Commit 9844d6eb authored by Andrzej Hajda's avatar Andrzej Hajda Committed by Inki Dae
Browse files

drm/exynos/decon: make irq handler static



The function is used only locally.

Signed-off-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 9c2580cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -429,7 +429,7 @@ static void decon_disable(struct exynos_drm_crtc *crtc)
	set_bit(BIT_SUSPENDED, &ctx->flags);
	set_bit(BIT_SUSPENDED, &ctx->flags);
}
}


void decon_te_irq_handler(struct exynos_drm_crtc *crtc)
static void decon_te_irq_handler(struct exynos_drm_crtc *crtc)
{
{
	struct decon_context *ctx = crtc->ctx;
	struct decon_context *ctx = crtc->ctx;