commit | 5272a7534afc5e888e702ca2c6f439a6c62f3752 | [log] [tgz] |
---|---|---|
author | Jesper Nilsson <jesper.nilsson@axis.com> | Thu Aug 12 14:32:58 2010 +0200 |
committer | Jesper Nilsson <jesper.nilsson@axis.com> | Thu Aug 12 14:32:58 2010 +0200 |
tree | c81c230e66c4561c087861058fd87099b851898c | |
parent | f1d23ed8218ca5afaf178a6495253dbb7fc98f57 [diff] |
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 <jesper.nilsson@axis.com>