mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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:
parent
815560ee07
commit
3b4ddf01cd
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user