]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - certs/blacklist_hashes.c
powerpc/4xx: Fix compile error with 64K pages on 40x, 44x
[mirror_ubuntu-bionic-kernel.git] / certs / blacklist_hashes.c
1 #include "blacklist.h"
2
3 const char __initdata *const blacklist_hashes[] = {
4 #include CONFIG_SYSTEM_BLACKLIST_HASH_LIST
5 , NULL
6 };