1
0
Fork 0

mm: Re-export ioremap_page_range

We need this in Jailhouse to map at specific virtual addresses, at
least for the moment.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
(cherry picked from commit 94bb285491a9a9e15c82c0761505b1073d6b7a47)
5.4-rM2-2.2.x-imx-squashed
Jan Kiszka 2017-02-07 17:52:00 +01:00 committed by Dong Aisheng
parent b808b78709
commit 3dcec0005a
1 changed files with 1 additions and 0 deletions

View File

@ -231,3 +231,4 @@ int ioremap_page_range(unsigned long addr,
return err;
}
EXPORT_SYMBOL_GPL(ioremap_page_range);