certs/blacklist_nohashes.c: fix const confusion in certs blacklist
authorAndi Kleen <ak@linux.intel.com>
Wed, 21 Feb 2018 22:45:35 +0000 (14:45 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Feb 2018 23:35:43 +0000 (15:35 -0800)
commit2be04df5668d81f9a98e57b81bc53f72bd5f4f92
tree560716c8f5fc9193e860d7e9f99d58a15947436c
parent88913bd8ea2a75d7e460a4bed5f75e1c32660d7e
certs/blacklist_nohashes.c: fix const confusion in certs blacklist

const must be marked __initconst, not __initdata.

Link: http://lkml.kernel.org/r/20171222001335.1987-1-andi@firstfloor.org
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
certs/blacklist_nohashes.c