diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-09-20 12:06:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-09-20 12:06:26 -0400 |
commit | b08918fb3f27d1843152986e6bc79ec723dba8cc (patch) | |
tree | 724859f9f42785863ea5ed04ff73907e474dd71b /lib | |
parent | d7b0827f28ab3a4fd65864451ffefa695e3255fd (diff) |
lz4: do not export static symbol
Kbuild now complains (rightly) about it.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/lz4/lz4hc_compress.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/lz4/lz4hc_compress.c b/lib/lz4/lz4hc_compress.c index 176f03b83e56..1b61d874e337 100644 --- a/lib/lz4/lz4hc_compress.c +++ b/lib/lz4/lz4hc_compress.c | |||
@@ -663,7 +663,6 @@ static void LZ4HC_setExternalDict( | |||
663 | /* match referencing will resume from there */ | 663 | /* match referencing will resume from there */ |
664 | ctxPtr->nextToUpdate = ctxPtr->dictLimit; | 664 | ctxPtr->nextToUpdate = ctxPtr->dictLimit; |
665 | } | 665 | } |
666 | EXPORT_SYMBOL(LZ4HC_setExternalDict); | ||
667 | 666 | ||
668 | static int LZ4_compressHC_continue_generic( | 667 | static int LZ4_compressHC_continue_generic( |
669 | LZ4_streamHC_t *LZ4_streamHCPtr, | 668 | LZ4_streamHC_t *LZ4_streamHCPtr, |