From: Jesper Nilsson Date: Thu, 12 Aug 2010 12:32:58 +0000 (+0200) Subject: CRIS: Define io_remap_pfn_range as remap_pfn_range X-Git-Tag: v2.6.36-rc1~50^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5272a7534afc5e888e702ca2c6f439a6c62f3752;p=pandora-kernel.git CRIS: Define io_remap_pfn_range as remap_pfn_range CRIS don't need any special mapping for io, but didn't define this, meaning that all uses of io_remap_pfn_range lead to compile errors. This fixes a compile error introduced in CRIS when drivers/mtd/mtdchar.c mmap handling was changed in commit dd02b67d5e9e7896891fa27eb5db65f55a290998 Signed-off-by: Jesper Nilsson --- Reading git-diff-tree failed