git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a348335
)
drm: radeon: ni_dpm: Fix unused variable warning when CONFIG_ACPI=n
author
Fabio Estevam
<fabio.estevam@freescale.com>
Sat, 9 Nov 2013 17:59:02 +0000
(15:59 -0200)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 15 Nov 2013 20:29:31 +0000
(15:29 -0500)
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>
No differences found