From de6797b130958731f030ed6b753c7b61bf2c32d4 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) --- mm/ioremap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mm/ioremap.c b/mm/ioremap.c index 5fa1ab41d152..d63c4ba067f9 100644 --- a/mm/ioremap.c +++ b/mm/ioremap.c @@ -248,6 +248,7 @@ int ioremap_page_range(unsigned long addr, return err; } +EXPORT_SYMBOL_GPL(ioremap_page_range); #ifdef CONFIG_GENERIC_IOREMAP void __iomem *ioremap_prot(phys_addr_t addr, size_t size, unsigned long prot) -- 2.17.1