diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-04-20 14:28:54 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-04-20 14:31:38 +0300 |
commit | 7a6659a59198acb5e9be050f42dbb1060efe7434 (patch) | |
tree | 4057bc4fa8b2a896db83964c4febce5c6b8741c1 /arch/mips/loongson64 | |
parent | 19c968222934835058e9ed3d515de744d8275213 (diff) | |
download | linux-7a6659a59198acb5e9be050f42dbb1060efe7434.tar.xz |
MIPS: alchemy: Fix build error after ioremap cleanup
IOremap changes caused following build error:
arch/mips/alchemy/common/setup.c:99:9: error: implicit declaration of function
+‘remap_pfn_range’; did you mean ‘io_remap_pfn_range’?
+[-Werror=implicit-function-declaration]
Fixed my including linux/mm.h
Fixes: d399157283fb ("MIPS: cleanup fixup_bigphys_addr handling")
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/loongson64')
0 files changed, 0 insertions, 0 deletions