// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright 2011 Florian Tobias Schandinat <[email protected]> */ /* * driver for Silicon Image SiI 164 PanelLink Transmitter */ #include <linux/slab.h> #include "via_aux.h" static const char *name = …; static void probe(struct via_aux_bus *bus, u8 addr) { … } void via_aux_sii164_probe(struct via_aux_bus *bus) { … }