lz4: do not export static symbol

Kbuild now complains (rightly) about it.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: celtare21 <celtare21@gmail.com>
This commit is contained in:
Linus Torvalds 2019-09-20 09:06:26 -07:00 committed by Forenche
parent 815560ee07
commit 3b4ddf01cd
No known key found for this signature in database
GPG Key ID: 1337D655BAFE85E2

View File

@ -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,