We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb775ee commit 1b34d6aCopy full SHA for 1b34d6a
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