We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db73aa9 commit 04cdec4Copy full SHA for 04cdec4
certs/blacklist_hashes.c
@@ -1,7 +1,7 @@
1
// SPDX-License-Identifier: GPL-2.0
2
#include "blacklist.h"
3
4
-const char __initdata *const blacklist_hashes[] = {
+const char __initconst *const blacklist_hashes[] = {
5
#include CONFIG_SYSTEM_BLACKLIST_HASH_LIST
6
, NULL
7
};
0 commit comments