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:
101eeda
)
ARM: fix warnings introduced by previous patch
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 14 Feb 2013 10:50:04 +0000
(10:50 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 16 Feb 2013 17:54:23 +0000
(17:54 +0000)
869486d5f51
(ARM: 7646/1: mm: use static_vm for managing static mapped
areas) introduced new warnings:
arch/arm/mm/mmu.c: In function 'pci_reserve_io':
arch/arm/mm/mmu.c:888:16: warning: unused variable 'addr'
arch/arm/mm/mmu.c:887:20: warning: unused variable 'vm'
because it failed to delete the two local variables it no longer used.
Fix this.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/mmu.c
patch
|
blob
|
history
diff --cc
arch/arm/mm/mmu.c
Simple merge