[PATCH 3/3] drm/exynos: rotator: Clock control is unused if !PM

2015-09-25 Thread Andrzej Hajda
On 09/24/2015 12:14 PM, Thierry Reding wrote: > From: Thierry Reding > > Protect the rotator_clk_crtl() function with an #ifdef CONFIG_PM guard > to avoid "defined but not used" warnings. > > Signed-off-by: Thierry Reding Reviewed-by: Andrzej Hajda > --- > drivers/gpu/drm/exynos/exynos_drm

[PATCH 3/3] drm/exynos: rotator: Clock control is unused if !PM

2015-09-24 Thread Thierry Reding
From: Thierry Reding Protect the rotator_clk_crtl() function with an #ifdef CONFIG_PM guard to avoid "defined but not used" warnings. Signed-off-by: Thierry Reding --- drivers/gpu/drm/exynos/exynos_drm_rotator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/dr