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:
07c9249
)
ARM: vic: fix build warning caused by previous commit
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 8 Nov 2012 10:48:30 +0000
(10:48 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 8 Nov 2012 10:48:30 +0000
(10:48 +0000)
07c9249f1f
(ARM: 7554/1: VIC: use irq_domain_add_simple()) removed the
use of 'irq_base' but did not remove the variable itself, which causes:
arch/arm/common/vic.c: In function 'vic_of_init':
arch/arm/common/vic.c:410:6: warning: unused variable 'irq_base'
Remove this now unused variable.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found