diff options
Diffstat (limited to 'arch/sh/kernel/sh_ksyms.c')
-rw-r--r-- | arch/sh/kernel/sh_ksyms.c | 32 |
1 files changed, 11 insertions, 21 deletions
diff --git a/arch/sh/kernel/sh_ksyms.c b/arch/sh/kernel/sh_ksyms.c index 245ed8f945e8..d3cbfa2ad4a7 100644 --- a/arch/sh/kernel/sh_ksyms.c +++ b/arch/sh/kernel/sh_ksyms.c | |||
@@ -27,21 +27,11 @@ EXPORT_SYMBOL(sh_mv); | |||
27 | 27 | ||
28 | /* platform dependent support */ | 28 | /* platform dependent support */ |
29 | EXPORT_SYMBOL(dump_fpu); | 29 | EXPORT_SYMBOL(dump_fpu); |
30 | EXPORT_SYMBOL(iounmap); | ||
31 | EXPORT_SYMBOL(enable_irq); | ||
32 | EXPORT_SYMBOL(disable_irq); | ||
33 | EXPORT_SYMBOL(probe_irq_mask); | ||
34 | EXPORT_SYMBOL(kernel_thread); | 30 | EXPORT_SYMBOL(kernel_thread); |
35 | EXPORT_SYMBOL(disable_irq_nosync); | ||
36 | EXPORT_SYMBOL(irq_desc); | 31 | EXPORT_SYMBOL(irq_desc); |
37 | EXPORT_SYMBOL(no_irq_type); | 32 | EXPORT_SYMBOL(no_irq_type); |
38 | 33 | ||
39 | EXPORT_SYMBOL(strstr); | ||
40 | EXPORT_SYMBOL(strlen); | 34 | EXPORT_SYMBOL(strlen); |
41 | EXPORT_SYMBOL(strnlen); | ||
42 | EXPORT_SYMBOL(strchr); | ||
43 | EXPORT_SYMBOL(strcat); | ||
44 | EXPORT_SYMBOL(strncat); | ||
45 | 35 | ||
46 | /* PCI exports */ | 36 | /* PCI exports */ |
47 | #ifdef CONFIG_PCI | 37 | #ifdef CONFIG_PCI |
@@ -52,13 +42,8 @@ EXPORT_SYMBOL(pci_free_consistent); | |||
52 | /* mem exports */ | 42 | /* mem exports */ |
53 | EXPORT_SYMBOL(memchr); | 43 | EXPORT_SYMBOL(memchr); |
54 | EXPORT_SYMBOL(memcpy); | 44 | EXPORT_SYMBOL(memcpy); |
55 | EXPORT_SYMBOL(memcpy_fromio); | ||
56 | EXPORT_SYMBOL(memcpy_toio); | ||
57 | EXPORT_SYMBOL(memset); | 45 | EXPORT_SYMBOL(memset); |
58 | EXPORT_SYMBOL(memset_io); | ||
59 | EXPORT_SYMBOL(memmove); | 46 | EXPORT_SYMBOL(memmove); |
60 | EXPORT_SYMBOL(memcmp); | ||
61 | EXPORT_SYMBOL(memscan); | ||
62 | EXPORT_SYMBOL(__copy_user); | 47 | EXPORT_SYMBOL(__copy_user); |
63 | EXPORT_SYMBOL(boot_cpu_data); | 48 | EXPORT_SYMBOL(boot_cpu_data); |
64 | 49 | ||
@@ -94,7 +79,9 @@ EXPORT_SYMBOL(strcpy); | |||
94 | DECLARE_EXPORT(__movstr_i4_even); | 79 | DECLARE_EXPORT(__movstr_i4_even); |
95 | DECLARE_EXPORT(__movstr_i4_odd); | 80 | DECLARE_EXPORT(__movstr_i4_odd); |
96 | DECLARE_EXPORT(__movstrSI12_i4); | 81 | DECLARE_EXPORT(__movstrSI12_i4); |
82 | #endif | ||
97 | 83 | ||
84 | #if defined(CONFIG_CPU_SH4) || defined(CONFIG_SH7705_CACHE_32KB) | ||
98 | /* needed by some modules */ | 85 | /* needed by some modules */ |
99 | EXPORT_SYMBOL(flush_cache_all); | 86 | EXPORT_SYMBOL(flush_cache_all); |
100 | EXPORT_SYMBOL(flush_cache_range); | 87 | EXPORT_SYMBOL(flush_cache_range); |
@@ -102,11 +89,9 @@ EXPORT_SYMBOL(flush_dcache_page); | |||
102 | EXPORT_SYMBOL(__flush_purge_region); | 89 | EXPORT_SYMBOL(__flush_purge_region); |
103 | #endif | 90 | #endif |
104 | 91 | ||
105 | #if defined(CONFIG_SH7705_CACHE_32KB) | 92 | #if defined(CONFIG_MMU) && (defined(CONFIG_CPU_SH4) || \ |
106 | EXPORT_SYMBOL(flush_cache_all); | 93 | defined(CONFIG_SH7705_CACHE_32KB)) |
107 | EXPORT_SYMBOL(flush_cache_range); | 94 | EXPORT_SYMBOL(clear_user_page); |
108 | EXPORT_SYMBOL(flush_dcache_page); | ||
109 | EXPORT_SYMBOL(__flush_purge_region); | ||
110 | #endif | 95 | #endif |
111 | 96 | ||
112 | EXPORT_SYMBOL(flush_tlb_page); | 97 | EXPORT_SYMBOL(flush_tlb_page); |
@@ -116,7 +101,12 @@ EXPORT_SYMBOL(__down_trylock); | |||
116 | EXPORT_SYMBOL(synchronize_irq); | 101 | EXPORT_SYMBOL(synchronize_irq); |
117 | #endif | 102 | #endif |
118 | 103 | ||
104 | #ifdef CONFIG_PM | ||
105 | EXPORT_SYMBOL(pm_suspend); | ||
106 | #endif | ||
107 | |||
119 | EXPORT_SYMBOL(csum_partial); | 108 | EXPORT_SYMBOL(csum_partial); |
109 | #ifdef CONFIG_IPV6 | ||
120 | EXPORT_SYMBOL(csum_ipv6_magic); | 110 | EXPORT_SYMBOL(csum_ipv6_magic); |
121 | EXPORT_SYMBOL(consistent_sync); | 111 | #endif |
122 | EXPORT_SYMBOL(clear_page); | 112 | EXPORT_SYMBOL(clear_page); |