]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/exynos/decon: make irq handler static
authorAndrzej Hajda <a.hajda@samsung.com>
Thu, 11 Feb 2016 11:55:46 +0000 (12:55 +0100)
committerInki Dae <daeinki@gmail.com>
Tue, 1 Mar 2016 14:37:20 +0000 (23:37 +0900)
The function is used only locally.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos5433_drm_decon.c

index 162ab93e99cb519e20963066c2285d50b6f08b88..5245bc5e82e934cc77ba71353ef6fa8b3df12fb1 100644 (file)
@@ -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;