X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Farm%2Fmm%2Fproc-syms.c;h=6c5f0fe578a5e220e8245809c40df9601faecc41;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=ab143557e6889ae7c5ff23e2e335716d6e134ef5;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/arch/arm/mm/proc-syms.c b/arch/arm/mm/proc-syms.c index ab143557e..6c5f0fe57 100644 --- a/arch/arm/mm/proc-syms.c +++ b/arch/arm/mm/proc-syms.c @@ -13,7 +13,6 @@ #include #include #include -#include #ifndef MULTI_CPU EXPORT_SYMBOL(cpu_dcache_clean_area); @@ -31,13 +30,6 @@ EXPORT_SYMBOL(__cpuc_coherent_kern_range); EXPORT_SYMBOL(cpu_cache); #endif -#ifndef MULTI_USER -EXPORT_SYMBOL(__cpu_clear_user_page); -EXPORT_SYMBOL(__cpu_copy_user_page); -#else -EXPORT_SYMBOL(cpu_user); -#endif - /* * No module should need to touch the TLB (and currently * no modules do. We export this for "loadkernel" support