From b08918fb3f27d1843152986e6bc79ec723dba8cc Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 20 Sep 2019 09:06:26 -0700 Subject: [PATCH] lz4: do not export static symbol Kbuild now complains (rightly) about it. Signed-off-by: Linus Torvalds --- lib/lz4/lz4hc_compress.c | 1 - 1 file changed, 1 deletion(-) 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( /* 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, -- 2.34.1