]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
lib-add-lz4-compressor-module-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 27 Jun 2013 23:54:22 +0000 (09:54 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 06:39:13 +0000 (16:39 +1000)
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)