Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[firefly-linux-kernel-4.4.55.git] / lib / decompress.c
index 31a8042772820d695b85dc15edfb33f57666b0db..f8fdedaf7b3de836e5478f61d4c354c0e9ec39d2 100644 (file)
@@ -38,7 +38,7 @@ struct compress_format {
        decompress_fn decompressor;
 };
 
-static const struct compress_format compressed_formats[] __initdata = {
+static const struct compress_format compressed_formats[] __initconst = {
        { {037, 0213}, "gzip", gunzip },
        { {037, 0236}, "gzip", gunzip },
        { {0x42, 0x5a}, "bzip2", bunzip2 },