diff options
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos5433_drm_decon.c')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
429 | set_bit(BIT_SUSPENDED, &ctx->flags); | 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 | struct decon_context *ctx = crtc->ctx; | 434 | struct decon_context *ctx = crtc->ctx; |
435 | 435 | ||