From: Andrzej Hajda Date: Thu, 11 Feb 2016 11:55:46 +0000 (+0100) Subject: drm/exynos/decon: make irq handler static X-Git-Tag: next-20160307~69^2~3^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9844d6ebb1db8e6dce1f1a732c61440eae2b27fa;p=karo-tx-linux.git drm/exynos/decon: make irq handler static The function is used only locally. Signed-off-by: Andrzej Hajda Signed-off-by: Inki Dae --- diff --git a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c index 162ab93e99cb..5245bc5e82e9 100644 --- a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c +++ b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c @@ -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;