xtensa: mm/cache: add missing EXPORT_SYMBOLs
authorMax Filippov <jcmvbkbc@gmail.com>
Tue, 1 Aug 2017 18:15:15 +0000 (11:15 -0700)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 11 Nov 2017 13:34:28 +0000 (13:34 +0000)
commitcfd73915e217c3580ce4fd6c3f52d2422028adea
treec25bc95d2a5d0ed2efad9bbc11737252d7295edd
parent2ff806d71195c6fd669cee77cfe41b34d20b70df
xtensa: mm/cache: add missing EXPORT_SYMBOLs

commit bc652eb6a0d5cffaea7dc8e8ad488aab2a1bf1ed upstream.

Functions clear_user_highpage, copy_user_highpage, flush_dcache_page,
local_flush_cache_range and local_flush_cache_page may be used from
modules. Export them.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
[bwh: Backported to 3.2: drop exports of {clear,copy}_user_highpage()]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
arch/xtensa/mm/cache.c