提交 b08918fb 编写于 作者: L Linus Torvalds

lz4: do not export static symbol

Kbuild now complains (rightly) about it.
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 d7b0827f
...@@ -663,7 +663,6 @@ static void LZ4HC_setExternalDict( ...@@ -663,7 +663,6 @@ static void LZ4HC_setExternalDict(
/* match referencing will resume from there */ /* match referencing will resume from there */
ctxPtr->nextToUpdate = ctxPtr->dictLimit; ctxPtr->nextToUpdate = ctxPtr->dictLimit;
} }
EXPORT_SYMBOL(LZ4HC_setExternalDict);
static int LZ4_compressHC_continue_generic( static int LZ4_compressHC_continue_generic(
LZ4_streamHC_t *LZ4_streamHCPtr, LZ4_streamHC_t *LZ4_streamHCPtr,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册