commit | 71473dbd66d4a61be4cd531ef96b4877f6ee3941 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Sat Nov 09 15:59:02 2013 -0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Nov 15 15:29:31 2013 -0500 |
tree | deb4ac29e6484c2fbfe5439079a92c9c73559556 | |
parent | a3483353ca4e6dbeef2ed62ebed01af109b5b27a [diff] |
drm: radeon: ni_dpm: Fix unused variable warning when CONFIG_ACPI=n 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 <fabio.estevam@freescale.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>