提交 9844d6eb 编写于 作者: A Andrzej Hajda 提交者: Inki Dae

drm/exynos/decon: make irq handler static

The function is used only locally.
Signed-off-by: NAndrzej Hajda <a.hajda@samsung.com>
Signed-off-by: NInki Dae <inki.dae@samsung.com>
上级 9c2580cf
...@@ -429,7 +429,7 @@ static void decon_disable(struct exynos_drm_crtc *crtc) ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册