From b0ccaa4de2dabf00c3642aa7226c84ddae8e89ea Mon Sep 17 00:00:00 2001 From: Mandeep Singh Baines Date: Fri, 7 Dec 2012 10:03:48 -0800 Subject: [PATCH] CHROMIUM: drm/exynos: remove unused dev_priv in exynos_drm_fb_release_work_fn MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit BUG=none TEST=compile, boot Change-Id: I9de6865e04bd4e296eafb11ac8f68f2298557ddd Signed-off-by: Mandeep Singh Baines Reviewed-on: https://gerrit.chromium.org/gerrit/39384 Reviewed-by: Simon Que Reviewed-by: Stéphane Marchesin --- drivers/gpu/drm/exynos/exynos_drm_fb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_fb.c b/drivers/gpu/drm/exynos/exynos_drm_fb.c index 796cf1aea383d..9d470c6c7ae42 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_fb.c +++ b/drivers/gpu/drm/exynos/exynos_drm_fb.c @@ -112,14 +112,12 @@ static void exynos_drm_fb_release_work_fn(struct work_struct *work) { struct drm_framebuffer *fb; struct exynos_drm_fb *exynos_fb; - struct exynos_drm_private *dev_priv; int i, nr; DRM_DEBUG_KMS("%s\n", __FILE__); exynos_fb = container_of(work, struct exynos_drm_fb, release_work); fb = &exynos_fb->fb; - dev_priv = fb->dev->dev_private; #ifdef CONFIG_DMA_SHARED_BUFFER_USES_KDS if (exynos_fb->dma_buf) -- 2.39.5