summaryrefslogtreecommitdiff
path: root/lib/decompress_unlzo.c
diff options
context:
space:
mode:
authorMarkus F.X.J. Oberhumer <markus@oberhumer.com>2012-08-13 17:24:24 +0200
committerBen Hutchings <ben@decadent.org.uk>2014-07-11 13:33:53 +0100
commitd83ff0c1d743320709de6522eff9e814abb041e8 (patch)
treeb2d8ceee7aeb096f0edd4867171b735db11b0746 /lib/decompress_unlzo.c
parentcd58af052252f71479251d19605226cdb166899e (diff)
downloadlwn-d83ff0c1d743320709de6522eff9e814abb041e8.tar.gz
lwn-d83ff0c1d743320709de6522eff9e814abb041e8.zip
lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c
commit b6bec26cea948148a9420e7a0ac337f925de49e7 upstream. Rename the source file to match the function name and thereby also make room for a possible future even slightly faster "non-safe" decompressor version. Signed-off-by: Markus F.X.J. Oberhumer <markus@oberhumer.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'lib/decompress_unlzo.c')
-rw-r--r--lib/decompress_unlzo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/decompress_unlzo.c b/lib/decompress_unlzo.c
index 5a7a2adf4c4c..26f89ad03304 100644
--- a/lib/decompress_unlzo.c
+++ b/lib/decompress_unlzo.c
@@ -31,7 +31,7 @@
*/
#ifdef STATIC
-#include "lzo/lzo1x_decompress.c"
+#include "lzo/lzo1x_decompress_safe.c"
#else
#include <linux/decompress/unlzo.h>
#endif