-/* $OpenBSD: rktemp.c,v 1.7 2021/10/24 17:52:27 mpi Exp $ */
+/* $OpenBSD: rktemp.c,v 1.8 2021/12/19 12:45:14 kettenis Exp $ */
/*
* Copyright (c) 2017 Mark Kettenis <kettenis@openbsd.org>
*
int rktemp_match(struct device *, void *, void *);
void rktemp_attach(struct device *, struct device *, void *);
-const struct cfattach rktemp_ca = {
+const struct cfattach rktemp_ca = {
sizeof (struct rktemp_softc), rktemp_match, rktemp_attach
};