// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright 2011 Florian Tobias Schandinat <[email protected]> */ /* * driver for VIA VT1622(M) Digital TV Encoder */ #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_vt1622_probe(struct via_aux_bus *bus) { … }