// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright 2011 Florian Tobias Schandinat <[email protected]> */ /* * driver for Chrontel CH7301 DVI 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_ch7301_probe(struct via_aux_bus *bus) { … }