提交 6f9982bd 编写于 作者: A Andi Kleen 提交者: Linus Torvalds

lib/decompress.c: fix initconst

Signed-off-by: NAndi Kleen <andi@firstfloor.org>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 e12a95f4
......@@ -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 },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册