aboutsummaryrefslogtreecommitdiffstats
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
committerMarkus F.X.J. Oberhumer <markus@oberhumer.com>2013-02-20 19:36:00 +0100
commitb6bec26cea948148a9420e7a0ac337f925de49e7 (patch)
tree79d76d19696b717e9cf032fee48dbc9fc13e066e /lib/decompress_unlzo.c
parentLinux 3.8 (diff)
downloadlinux-dev-b6bec26cea948148a9420e7a0ac337f925de49e7.tar.xz
linux-dev-b6bec26cea948148a9420e7a0ac337f925de49e7.zip
lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c
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>
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 4531294fa62f..960183d4258f 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