commit | acf2c9685fb8295cb62a623d7358a1cfde8b07ea | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Jan 19 13:49:19 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Jan 19 13:49:19 2010 +0900 |
tree | 417313447aa8da946c74a5afcf1085c7b1744fb6 | |
parent | d57d64080ddc0ff13fcffc898b6251074a482ba1 [diff] |
sh: Kill off duplicate address alignment in ioremap_fixed(). This is already taken care of in the top-level ioremap, and now that no one should be calling ioremap_fixed() directly we can simply throw the mapping displacement in as an additional argument. Signed-off-by: Paul Mundt <lethal@linux-sh.org>