diff options
Diffstat (limited to 'sys/dev/pci/glxpcib.c')
-rw-r--r-- | sys/dev/pci/glxpcib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/glxpcib.c b/sys/dev/pci/glxpcib.c index a4458bf2951..08f23f3ed51 100644 --- a/sys/dev/pci/glxpcib.c +++ b/sys/dev/pci/glxpcib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: glxpcib.c,v 1.15 2022/01/09 05:42:45 jsg Exp $ */ +/* $OpenBSD: glxpcib.c,v 1.16 2022/03/11 18:00:45 mpi Exp $ */ /* * Copyright (c) 2007 Marc Balmer <mbalmer@openbsd.org> @@ -222,7 +222,7 @@ int glxpcib_activate(struct device *, int); int glxpcib_search(struct device *, void *, void *); int glxpcib_print(void *, const char *); -struct cfattach glxpcib_ca = { +const struct cfattach glxpcib_ca = { sizeof(struct glxpcib_softc), glxpcib_match, glxpcib_attach, NULL, glxpcib_activate }; |