From: Paul Mundt Date: Tue, 15 May 2007 08:41:02 +0000 (-0700) Subject: nommu: add ioremap_page_range() X-Git-Tag: v2.6.22-rc2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=218f0aaee8a6b0e5772b95b154dea5b7701b33aa;p=pandora-kernel.git nommu: add ioremap_page_range() lib/ioremap.c is presently only built in if CONFIG_MMU is set. While this is reasonable, platforms that support both CONFIG_MMU=y or n need to be able to call in to this regardless. As none of the current nommu platforms do anything special with ioremap(), we assume that it's always successful. This fixes the SH-4 build with CONFIG_MMU=n. Signed-off-by: Paul Mundt Cc: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed