mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01: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>
6 lines
147 B
C
6 lines
147 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
#include "blacklist.h"
|
|
|
|
const char __initconst *const blacklist_hashes[] = {
|
|
#include "blacklist_hash_list"
|
|
};
|