https://github.com/torvalds/linux
Raw File
Tip revision: f4d859b7f3162090605b06fa354ee9cb24478e6a authored by Mauro Carvalho Chehab on 14 April 2020, 16:48:32 UTC
MAINTAINERS: dt: update display/allwinner file entry
Tip revision: f4d859b
blacklist_nohashes.c
// SPDX-License-Identifier: GPL-2.0
#include "blacklist.h"

const char __initconst *const blacklist_hashes[] = {
	NULL
};
back to top