diff options
Diffstat (limited to 'sys/dev/pci/rtsx_pci.c')
-rw-r--r-- | sys/dev/pci/rtsx_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/rtsx_pci.c b/sys/dev/pci/rtsx_pci.c index 7459c5fced6..39058b7c553 100644 --- a/sys/dev/pci/rtsx_pci.c +++ b/sys/dev/pci/rtsx_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtsx_pci.c,v 1.14 2017/09/06 13:07:38 jcs Exp $ */ +/* $OpenBSD: rtsx_pci.c,v 1.15 2022/03/11 18:00:51 mpi Exp $ */ /* * Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org> @@ -38,7 +38,7 @@ struct rtsx_pci_softc { int rtsx_pci_match(struct device *, void *, void *); void rtsx_pci_attach(struct device *, struct device *, void *); -struct cfattach rtsx_pci_ca = { +const struct cfattach rtsx_pci_ca = { sizeof(struct rtsx_pci_softc), rtsx_pci_match, rtsx_pci_attach, NULL, rtsx_activate }; |