git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b406efe
)
sh: HAVE_IOREMAP_PROT depends on MMU.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 17 Sep 2008 14:26:44 +0000
(23:26 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 17 Sep 2008 14:26:44 +0000
(23:26 +0900)
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>
No differences found