diff options
Diffstat (limited to 'kernel/modsign_pubkey.c')
-rw-r--r-- | kernel/modsign_pubkey.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/modsign_pubkey.c b/kernel/modsign_pubkey.c index 2b6e69909c39..7cbd4507a7e6 100644 --- a/kernel/modsign_pubkey.c +++ b/kernel/modsign_pubkey.c | |||
@@ -18,14 +18,14 @@ | |||
18 | 18 | ||
19 | struct key *modsign_keyring; | 19 | struct key *modsign_keyring; |
20 | 20 | ||
21 | extern __initdata const u8 modsign_certificate_list[]; | 21 | extern __initconst const u8 modsign_certificate_list[]; |
22 | extern __initdata const u8 modsign_certificate_list_end[]; | 22 | extern __initconst const u8 modsign_certificate_list_end[]; |
23 | 23 | ||
24 | /* | 24 | /* |
25 | * We need to make sure ccache doesn't cache the .o file as it doesn't notice | 25 | * We need to make sure ccache doesn't cache the .o file as it doesn't notice |
26 | * if modsign.pub changes. | 26 | * if modsign.pub changes. |
27 | */ | 27 | */ |
28 | static __initdata const char annoy_ccache[] = __TIME__ "foo"; | 28 | static __initconst const char annoy_ccache[] = __TIME__ "foo"; |
29 | 29 | ||
30 | /* | 30 | /* |
31 | * Load the compiled-in keys | 31 | * Load the compiled-in keys |