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