diff options
author | Ingo Molnar <mingo@kernel.org> | 2018-03-06 07:30:22 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-03-06 07:30:22 +0100 |
commit | 8af31363cda93724c237b6ffb24380f4441d2f8d (patch) | |
tree | dc25d9ff94761b0adc9381aebd06c8e7f77884e3 /certs | |
parent | ddc4becca1409541c2ebb7ecb99b5cef44cf17e4 (diff) | |
parent | 661e50bc853209e41a5c14a290ca4decc43cbfd1 (diff) |
Merge tag 'v4.16-rc4' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'certs')
-rw-r--r-- | certs/blacklist_nohashes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certs/blacklist_nohashes.c b/certs/blacklist_nohashes.c index 73fd99098ad7..753b703ef0ef 100644 --- a/certs/blacklist_nohashes.c +++ b/certs/blacklist_nohashes.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 #include "blacklist.h" -const char __initdata *const blacklist_hashes[] = { +const char __initconst *const blacklist_hashes[] = { NULL }; |