Merge remote-tracking branch 'mailbox/mailbox-for-next'
[deliverable/linux.git] / arch / sparc / lib / ipcsum.S
index 4742d59029ee3677d0a77cd121d4437bb823e151..5d61648b53dd29d62225fb6053a6d1a9e1d5d7e5 100644 (file)
@@ -1,4 +1,5 @@
 #include <linux/linkage.h>
+#include <asm/export.h>
 
        .text
 ENTRY(ip_fast_csum) /* %o0 = iph, %o1 = ihl */
@@ -31,3 +32,4 @@ ENTRY(ip_fast_csum) /* %o0 = iph, %o1 = ihl */
        retl
         and    %o2, %o1, %o0
 ENDPROC(ip_fast_csum)
+EXPORT_SYMBOL(ip_fast_csum)
This page took 0.025827 seconds and 5 git commands to generate.