Skip to content

Commit

Permalink
certs/blacklist: fix const confusion
Browse files Browse the repository at this point in the history
Fixes commit 2be04df ("certs/blacklist_nohashes.c: fix const confusion
in certs blacklist")

Signed-off-by: Nick Desaulniers <[email protected]>
Signed-off-by: David Howells <[email protected]>
Signed-off-by: James Morris <[email protected]>
  • Loading branch information
nickdesaulniers authored and James Morris committed Jun 26, 2018
1 parent 8138350 commit 2e20ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certs/blacklist.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#include <linux/kernel.h>

extern const char __initdata *const blacklist_hashes[];
extern const char __initconst *const blacklist_hashes[];

0 comments on commit 2e20ce4

Please sign in to comment.