summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorInki Dae2015-06-03 04:25:00 +0200
committerInki Dae2015-06-19 17:32:53 +0200
commit7491e5b48eefd426c8059388470c268d7508ef50 (patch)
treef008a76f052c9df834958fed704be8e1f9cc89ff /drivers/gpu/drm
parentdrm/exynos: split exynos_crtc->dpms in enable() and disable() (diff)
downloadkernel-qcow2-linux-7491e5b48eefd426c8059388470c268d7508ef50.tar.gz
kernel-qcow2-linux-7491e5b48eefd426c8059388470c268d7508ef50.tar.xz
kernel-qcow2-linux-7491e5b48eefd426c8059388470c268d7508ef50.zip
drm/exynos: vidi: remove unused varables
This patch removes unnsed varables in vidi_disable function. Signed-off-by: Inki Dae <inki.dae@samsung.com> Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_vidi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_vidi.c b/drivers/gpu/drm/exynos/exynos_drm_vidi.c
index abe4ee00654b..16dc68cf7c88 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_vidi.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_vidi.c
@@ -179,8 +179,6 @@ static void vidi_enable(struct exynos_drm_crtc *crtc)
static void vidi_disable(struct exynos_drm_crtc *crtc)
{
struct vidi_context *ctx = crtc->ctx;
- struct exynos_drm_plane *plane;
- int i;
mutex_lock(&ctx->lock);