aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ppc_ksyms.c
diff options
context:
space:
mode:
authorKevin Hao <haokexin@gmail.com>2013-08-06 06:23:31 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2013-08-14 00:56:44 -0400
commit3b04c300070f5ee2608b092e98aa121b963cec26 (patch)
treeadc5fdb83c0d46aac0a617c9831dfd34409b8035 /arch/powerpc/kernel/ppc_ksyms.c
parentabb29c3bb13c7b747fae18b9c63b660529ccc612 (diff)
powerpc: Remove the symbol __flush_icache_range
And now the function flush_icache_range() is just a wrapper which only invoke the function __flush_icache_range() directly. So we don't have reason to keep it anymore. Signed-off-by: Kevin Hao <haokexin@gmail.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/ppc_ksyms.c')
-rw-r--r--arch/powerpc/kernel/ppc_ksyms.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c
index c29666586998..380a6f9fa7f8 100644
--- a/arch/powerpc/kernel/ppc_ksyms.c
+++ b/arch/powerpc/kernel/ppc_ksyms.c
@@ -111,7 +111,6 @@ EXPORT_SYMBOL(giveup_spe);
111#ifndef CONFIG_PPC64 111#ifndef CONFIG_PPC64
112EXPORT_SYMBOL(flush_instruction_cache); 112EXPORT_SYMBOL(flush_instruction_cache);
113#endif 113#endif
114EXPORT_SYMBOL(__flush_icache_range);
115EXPORT_SYMBOL(flush_dcache_range); 114EXPORT_SYMBOL(flush_dcache_range);
116 115
117#ifdef CONFIG_SMP 116#ifdef CONFIG_SMP