Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andrzej Hajda and committed by
Inki Dae
9844d6eb 9c2580cf

+1 -1
+1 -1
drivers/gpu/drm/exynos/exynos5433_drm_decon.c
··· 429 429 set_bit(BIT_SUSPENDED, &ctx->flags); 430 430 } 431 431 432 - void decon_te_irq_handler(struct exynos_drm_crtc *crtc) 432 + static void decon_te_irq_handler(struct exynos_drm_crtc *crtc) 433 433 { 434 434 struct decon_context *ctx = crtc->ctx; 435 435