]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/m32r/kernel/m32r_ksyms.c
m32r: convert to generic helpers for IPI function calls
[linux-2.6-omap-h63xx.git] / arch / m32r / kernel / m32r_ksyms.c
index 8cbbb0b11e0c9c66b1a8280ed95dd65b3c6fe9ee..16bcb189a38319c0831dc0dd6fc1fa505eedc64d 100644 (file)
@@ -5,10 +5,8 @@
 #include <linux/sched.h>
 #include <linux/in6.h>
 #include <linux/interrupt.h>
-#include <linux/smp_lock.h>
 #include <linux/string.h>
 
-#include <asm/semaphore.h>
 #include <asm/processor.h>
 #include <asm/uaccess.h>
 #include <asm/checksum.h>
@@ -23,10 +21,6 @@ EXPORT_SYMBOL(dump_fpu);
 EXPORT_SYMBOL(__ioremap);
 EXPORT_SYMBOL(iounmap);
 EXPORT_SYMBOL(kernel_thread);
-EXPORT_SYMBOL(__down);
-EXPORT_SYMBOL(__down_interruptible);
-EXPORT_SYMBOL(__up);
-EXPORT_SYMBOL(__down_trylock);
 
 /* Networking helper routines. */
 /* Delay loops */
@@ -49,9 +43,6 @@ EXPORT_SYMBOL(dcache_dummy);
 #endif
 EXPORT_SYMBOL(cpu_data);
 
-/* Global SMP stuff */
-EXPORT_SYMBOL(smp_call_function);
-
 /* TLB flushing */
 EXPORT_SYMBOL(smp_flush_tlb_page);
 #endif