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
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