commit | 8184616f6fcfc98f0ebf083cbf6a43e5efe54e8a | [log] [tgz] |
---|---|---|
author | Gavin Shan <shangw@linux.vnet.ibm.com> | Thu Dec 26 09:29:40 2013 +0800 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Jan 15 13:46:45 2014 +1100 |
tree | aad18f4ee0dd323c17770c3a93155f7fb0bdd64d | |
parent | 97e7dc523acaa335d44517b06ef5609b3ee65c6a [diff] |
powerpc/powernv: Remove unnecessary assignment We don't have IO ports on PHB3 and the assignment of variable "iomap_off" on PHB3 is meaningless. The patch just removes the unnecessary assignment to the variable. The code change should have been part of commit c35d2a8c ("powerpc/powernv: Needn't IO segment map for PHB3"). Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>