aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_mixer.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2018-07-18 21:55:20 +0200
committerInki Dae <inki.dae@samsung.com>2018-07-24 16:28:53 +0900
commit3f2b78d630b46c7921cb415be35f686e5293c3a4 (patch)
treeddfa5d0844823828028d94178741bd637db60c1e /drivers/gpu/drm/exynos/exynos_mixer.c
parentdrm/exynos: Ensure suspended runtime PM state during system suspend (diff)
downloadlinux-dev-3f2b78d630b46c7921cb415be35f686e5293c3a4.tar.xz
linux-dev-3f2b78d630b46c7921cb415be35f686e5293c3a4.zip
drm/exynos/mixer: Remove unused local variable priv
Remove local variable 'priv' to fix GCC warning: drivers/gpu/drm/exynos/exynos_mixer.c: In function 'mixer_initialize': drivers/gpu/drm/exynos/exynos_mixer.c:840:29: warning: variable 'priv' set but not used [-Wunused-but-set-variable] Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_mixer.c')
-rw-r--r--drivers/gpu/drm/exynos/exynos_mixer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_mixer.c b/drivers/gpu/drm/exynos/exynos_mixer.c
index e45278e076da..ffbf4a950f69 100644
--- a/drivers/gpu/drm/exynos/exynos_mixer.c
+++ b/drivers/gpu/drm/exynos/exynos_mixer.c
@@ -837,8 +837,6 @@ static int mixer_initialize(struct mixer_context *mixer_ctx,
struct drm_device *drm_dev)
{
int ret;
- struct exynos_drm_private *priv;
- priv = drm_dev->dev_private;
mixer_ctx->drm_dev = drm_dev;