]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
lib-add-lz4-compressor-module-fix
authorAndrew Morton <akpm@linux-foundation.org>
Sat, 23 Mar 2013 02:33:22 +0000 (13:33 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Mar 2013 05:33:45 +0000 (16:33 +1100)
make lz4_compresshcctx() static

Cc: Chanho Min <chanho.min@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/lz4/lz4hc_compress.c

index a9a9c2a00c5cae6345eff7ee4783268df75bc967..eb1a74f5e36828ca3617e721daa06ae43ed658c6 100644 (file)
@@ -314,7 +314,7 @@ static inline int lz4_encodesequence(const u8 **ip, u8 **op, const u8 **anchor,
        return 0;
 }
 
-int lz4_compresshcctx(struct lz4hc_data *ctx,
+static int lz4_compresshcctx(struct lz4hc_data *ctx,
                const char *source,
                char *dest,
                int isize)