commit | bce2bd3cda4e73cd92cf08e017c073058c151ddc | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Feb 14 10:50:04 2013 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Feb 16 17:54:23 2013 +0000 |
tree | 484a69117df5d8a887e6efacfb0acfd1283d0729 | |
parent | 101eeda38c0ab8a4f916176e325d9e036d981a24 [diff] |
ARM: fix warnings introduced by previous patch 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>