commit | 2194478157127d52338be96ac9436dc54005816a | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Sep 17 23:26:44 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Sep 17 23:26:44 2008 +0900 |
tree | bc94666802f2e3205d81bcb94ed53ccdf435f0c3 | |
parent | b406efefd5246a67c691fd79871e65ce8f3f91ff [diff] |
sh: HAVE_IOREMAP_PROT depends on MMU. HAVE_IOREMAP_PROT enables an unconditional reference to generic_access_phys(), which remains undefined in the nommu case. As there's no point in supporting this there anyways, simply fix up the dependency. Signed-off-by: Paul Mundt <lethal@linux-sh.org>