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

Commit 98007c23 authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Russell King
Browse files

[ARM] 5364/1: allow flush_ioremap_region() to be used from modules



Without this, the pxa2xx-flash driver cannot be used as a module.

Reported-by: default avatarChris Lawrence <chrisdl@netspace.net.au>

Signed-off-by: default avatarNicolas Pitre <nico@marvell.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d672d2fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ EXPORT_SYMBOL(__cpuc_flush_kern_all);
EXPORT_SYMBOL(__cpuc_flush_user_all);
EXPORT_SYMBOL(__cpuc_flush_user_range);
EXPORT_SYMBOL(__cpuc_coherent_kern_range);
EXPORT_SYMBOL(dmac_inv_range);  /* because of flush_ioremap_region() */
#else
EXPORT_SYMBOL(cpu_cache);
#endif