Commit b08918fb authored by Linus Torvalds's avatar Linus Torvalds

lz4: do not export static symbol

Kbuild now complains (rightly) about it.
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d7b0827f
......@@ -663,7 +663,6 @@ static void LZ4HC_setExternalDict(
/* match referencing will resume from there */
ctxPtr->nextToUpdate = ctxPtr->dictLimit;
}
EXPORT_SYMBOL(LZ4HC_setExternalDict);
static int LZ4_compressHC_continue_generic(
LZ4_streamHC_t *LZ4_streamHCPtr,
......
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