Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a302cb9d authored by Olof Johansson's avatar Olof Johansson Committed by Paul Mackerras
Browse files

[POWERPC] Export new __io{re,un}map_at() symbols



Export new __io{re,un}map_at() symbols so modules can use them.

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 60b332e7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -228,5 +228,7 @@ void iounmap(volatile void __iomem *token)
EXPORT_SYMBOL(ioremap);
EXPORT_SYMBOL(ioremap_flags);
EXPORT_SYMBOL(__ioremap);
EXPORT_SYMBOL(__ioremap_at);
EXPORT_SYMBOL(iounmap);
EXPORT_SYMBOL(__iounmap);
EXPORT_SYMBOL(__iounmap_at);