mirror of https://gitee.com/openkylin/linux.git
drm/exynos/decon: make irq handler static
The function is used only locally. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
This commit is contained in:
parent
9c2580cf1a
commit
9844d6ebb1
|
@ -429,7 +429,7 @@ static void decon_disable(struct exynos_drm_crtc *crtc)
|
|||
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue