]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/h8300/kernel/h8300_ksyms.c
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6
[mv-sheeva.git] / arch / h8300 / kernel / h8300_ksyms.c
index 9b4be053de3c36c58cea9abffa783fd3e9a4785b..6866bd9c7fb4e4a6a198d2a6af94be950d5f51fb 100644 (file)
@@ -12,7 +12,6 @@
 #include <asm/pgalloc.h>
 #include <asm/irq.h>
 #include <asm/io.h>
-#include <asm/semaphore.h>
 #include <asm/checksum.h>
 #include <asm/current.h>
 #include <asm/gpio.h>
@@ -39,7 +38,7 @@ EXPORT_SYMBOL(enable_irq);
 EXPORT_SYMBOL(disable_irq);
 
 /* Networking helper routines. */
-EXPORT_SYMBOL(csum_partial_copy);
+EXPORT_SYMBOL(csum_partial_copy_nocheck);
 
 /* The following are special because they're not called
    explicitly (the C compiler generates them).  Fortunately,