From: Paul Mundt Date: Wed, 17 Sep 2008 14:26:44 +0000 (+0900) Subject: sh: HAVE_IOREMAP_PROT depends on MMU. X-Git-Tag: v2.6.28-rc1~99^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2194478157127d52338be96ac9436dc54005816a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed