mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-15 00:34:10 +08:00
lz4: do not export static symbol
Kbuild now complains (rightly) about it. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
d7b0827f28
commit
b08918fb3f
@ -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…
Reference in New Issue
Block a user