Commit 09b2f193 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] M68k export csum_partial

M68k: Export missing symbol csum_partial
parent 7bc9020b
...@@ -125,6 +125,7 @@ csum_partial (const unsigned char *buff, int len, unsigned int sum) ...@@ -125,6 +125,7 @@ csum_partial (const unsigned char *buff, int len, unsigned int sum)
return(sum); return(sum);
} }
EXPORT_SYMBOL(csum_partial);
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment