Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 dd02b67 Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
- Loading branch information