Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f9982bd authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds
Browse files

lib/decompress.c: fix initconst

parent e12a95f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 },