sh: Kill off duplicate address alignment in ioremap_fixed().
authorPaul Mundt <lethal@linux-sh.org>
Tue, 19 Jan 2010 04:49:19 +0000 (13:49 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 19 Jan 2010 04:49:19 +0000 (13:49 +0900)
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>

No differences found