]> err.no Git - linux-2.6/blobdiff - arch/um/sys-i386/ksyms.c
Automatic merge of /spare/repo/netdev-2.6 branch natsemi
[linux-2.6] / arch / um / sys-i386 / ksyms.c
index 74f70a1204587bdccc988df852ba5e35b5b722d9..db524ab3f743a47f9d5a1b555c0efb48523dafc3 100644 (file)
@@ -2,6 +2,7 @@
 #include "linux/in6.h"
 #include "linux/rwsem.h"
 #include "asm/byteorder.h"
+#include "asm/delay.h"
 #include "asm/semaphore.h"
 #include "asm/uaccess.h"
 #include "asm/checksum.h"
@@ -13,5 +14,8 @@ EXPORT_SYMBOL(__down_failed_trylock);
 EXPORT_SYMBOL(__up_wakeup);
 
 /* Networking helper routines. */
-EXPORT_SYMBOL(csum_partial_copy_from);
-EXPORT_SYMBOL(csum_partial_copy_to);
+EXPORT_SYMBOL(csum_partial);
+
+/* delay core functions */
+EXPORT_SYMBOL(__const_udelay);
+EXPORT_SYMBOL(__udelay);