commit | 67a1901ff498363e253b90ba132e336c925203ed | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Thu Nov 17 16:48:00 2005 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Nov 17 16:48:00 2005 +0000 |
tree | ea1a771de1c5e986f40f31ff17079c088041b9c7 | |
parent | 0c2e4b4ff38986e5b6f707d006799bff9663c802 [diff] |
[ARM] __ioremap doesn't use 4th argument The "align" argument in ARMs __ioremap is unused and provides a misleading expectation that it might do something. It doesn't. Remove it. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>