]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/jffs2/compr_rtime.c
arm: imx6: defconfig: update tx6 defconfigs
[karo-tx-linux.git] / fs / jffs2 / compr_rtime.c
index 9696ad9ef5f77675dddebd17705a36059de6fc78..16a5047903a6ef3a89e031e61e4a9044fa9b99c9 100644 (file)
@@ -31,8 +31,7 @@
 /* _compress returns the compressed size, -1 if bigger */
 static int jffs2_rtime_compress(unsigned char *data_in,
                                unsigned char *cpage_out,
-                               uint32_t *sourcelen, uint32_t *dstlen,
-                               void *model)
+                               uint32_t *sourcelen, uint32_t *dstlen)
 {
        short positions[256];
        int outpos = 0;
@@ -73,8 +72,7 @@ static int jffs2_rtime_compress(unsigned char *data_in,
 
 static int jffs2_rtime_decompress(unsigned char *data_in,
                                  unsigned char *cpage_out,
-                                 uint32_t srclen, uint32_t destlen,
-                                 void *model)
+                                 uint32_t srclen, uint32_t destlen)
 {
        short positions[256];
        int outpos = 0;