certs/blacklist_nohashes.c: fix const confusion in certs blacklist
authorAndi Kleen <[email protected]>
Wed, 21 Feb 2018 22:45:35 +0000 (14:45 -0800)
committerLinus Torvalds <[email protected]>
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/[email protected]
Signed-off-by: Andi Kleen <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
certs/blacklist_nohashes.c