Skip to content

Commit

Permalink
lz4: do not export static symbol
Browse files Browse the repository at this point in the history
Kbuild now complains (rightly) about it.

Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
torvalds committed Sep 20, 2019
1 parent d7b0827 commit b08918f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/lz4/lz4hc_compress.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b08918f

Please sign in to comment.