mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
31f6d95c2c
These two files are very similar. Unify them. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Mickaël Salaün <mic@linux.microsoft.com> Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
7 lines
147 B
C
7 lines
147 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
#include "blacklist.h"
|
|
|
|
const char __initconst *const blacklist_hashes[] = {
|
|
#include "blacklist_hash_list"
|
|
};
|