From 3dcec0005a2d6292fb6263f5a8d4694d25607dfd Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Tue, 7 Feb 2017 17:52:00 +0100 Subject: [PATCH] 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 (cherry picked from commit 94bb285491a9a9e15c82c0761505b1073d6b7a47) --- lib/ioremap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ioremap.c b/lib/ioremap.c index 0a2ffadc6d71..baefdda8f32c 100644 --- a/lib/ioremap.c +++ b/lib/ioremap.c @@ -231,3 +231,4 @@ int ioremap_page_range(unsigned long addr, return err; } +EXPORT_SYMBOL_GPL(ioremap_page_range);