Browse Source

drm/exynos: vidi: fix build warning

encoder object isn't used anymore so remove it.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Inki Dae 11 years ago
parent
commit
9887e2d9da
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/gpu/drm/exynos/exynos_drm_vidi.c

+ 0 - 1
drivers/gpu/drm/exynos/exynos_drm_vidi.c

@@ -630,7 +630,6 @@ static int vidi_remove(struct platform_device *pdev)
 {
 	struct exynos_drm_manager *mgr = platform_get_drvdata(pdev);
 	struct vidi_context *ctx = mgr->ctx;
-	struct drm_encoder *encoder = ctx->encoder;
 
 	if (ctx->raw_edid != (struct edid *)fake_edid_info) {
 		kfree(ctx->raw_edid);