On Sat, Nov 9, 2013 at 12:59 PM, Fabio Estevam wrote:
> From: Fabio Estevam
>
> With CONFIG_ACPI=n the following build warning is seen:
>
> drivers/gpu/drm/radeon/ni_dpm.c:3448:31: warning: unused variable 'eg_pi'
> [-Wunused-variable]
>
> Move the definition of eg_pi inside the CONFIG_ACPI 'if'
From: Fabio Estevam
With CONFIG_ACPI=n the following build warning is seen:
drivers/gpu/drm/radeon/ni_dpm.c:3448:31: warning: unused variable 'eg_pi'
[-Wunused-variable]
Move the definition of eg_pi inside the CONFIG_ACPI 'if' block.
Signed-off-by: Fabio Estevam
---
drivers/gpu/drm/radeon/n