Skip to content

Commit

Permalink
Remove Duplicate lz4 decompression acceleration implementaion
Browse files Browse the repository at this point in the history
as we already have another implementation and to resolve conflicts

This reverts

cb324a9
a50e230
4d7d544

Signed-off-by: ghazzor <[email protected]>
  • Loading branch information
ghazzor authored and ravindu644 committed Mar 26, 2024
1 parent 0916510 commit e8c2491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/linux/lz4.h
Original file line number Diff line number Diff line change
Expand Up @@ -661,4 +661,4 @@ int LZ4_decompress_safe_continue(LZ4_streamDecode_t *LZ4_streamDecode,
//int LZ4_decompress_fast_usingDict(const char *source, char *dest,
// int originalSize, const char *dictStart, int dictSize);

#endif
#endif
2 changes: 1 addition & 1 deletion lib/lz4/lz4_decompress.c
Original file line number Diff line number Diff line change
Expand Up @@ -1140,4 +1140,4 @@ EXPORT_SYMBOL(LZ4_decompress_fast_usingDict);

MODULE_LICENSE("Dual BSD/GPL");
MODULE_DESCRIPTION("LZ4 decompressor");
#endif
#endif

0 comments on commit e8c2491

Please sign in to comment.