Commit 9887e2d9 authored by Inki Dae's avatar Inki Dae Committed by Inki Dae

drm/exynos: vidi: fix build warning

encoder object isn't used anymore so remove it.
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent d9aaf757
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment