lib/lz4: remove back-compat wrappers
authorSven Schmidt <[email protected]>
Fri, 24 Feb 2017 23:01:25 +0000 (15:01 -0800)
committerLinus Torvalds <[email protected]>
Sat, 25 Feb 2017 01:46:57 +0000 (17:46 -0800)
commit69c78423b8f439b077929410bdf8f88e7031b891
treede63030f9e192be674f750915ef2c636f8a9e1ef
parentd21b5ff12df45a65bb220c7e8103a5f0f5609377
lib/lz4: remove back-compat wrappers

Remove the functions introduced as wrappers for providing backwards
compatibility to the prior LZ4 version.  They're not needed anymore
since there's no callers left.

Link: http://lkml.kernel.org/r/1486321748-19085-6-git-send-email-4sschmid@informatik.uni-hamburg.de
Signed-off-by: Sven Schmidt <[email protected]>
Cc: Bongkyu Kim <[email protected]>
Cc: Rui Salvaterra <[email protected]>
Cc: Sergey Senozhatsky <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Herbert Xu <[email protected]>
Cc: David S. Miller <[email protected]>
Cc: Anton Vorontsov <[email protected]>
Cc: Colin Cross <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Tony Luck <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/lz4.h
lib/lz4/lz4_compress.c
lib/lz4/lz4_decompress.c
lib/lz4/lz4hc_compress.c