[ARM] 4502/1: nommu: Do not export the copy/clear user page functions

The __cpu_{clear|copy}_user_page functions are not defined for the
MMU-less case and therefore should not be exported.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Catalin Marinas and committed by Russell King 2a0cc688 367afaf8

+2
+2
arch/arm/mm/proc-syms.c
··· 31 31 EXPORT_SYMBOL(cpu_cache); 32 32 #endif 33 33 34 + #ifdef CONFIG_MMU 34 35 #ifndef MULTI_USER 35 36 EXPORT_SYMBOL(__cpu_clear_user_page); 36 37 EXPORT_SYMBOL(__cpu_copy_user_page); 37 38 #else 38 39 EXPORT_SYMBOL(cpu_user); 40 + #endif 39 41 #endif 40 42 41 43 /*