diff options
Diffstat (limited to 'sys/dev/pci/if_ral_pci.c')
-rw-r--r-- | sys/dev/pci/if_ral_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ral_pci.c b/sys/dev/pci/if_ral_pci.c index d930e2327b7..8f049f05121 100644 --- a/sys/dev/pci/if_ral_pci.c +++ b/sys/dev/pci/if_ral_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ral_pci.c,v 1.27 2018/10/02 02:05:34 kevlo Exp $ */ +/* $OpenBSD: if_ral_pci.c,v 1.28 2022/03/11 18:00:48 mpi Exp $ */ /*- * Copyright (c) 2005-2010 Damien Bergamini <damien.bergamini@free.fr> @@ -106,7 +106,7 @@ int ral_pci_detach(struct device *, int); int ral_pci_activate(struct device *, int); void ral_pci_wakeup(struct ral_pci_softc *); -struct cfattach ral_pci_ca = { +const struct cfattach ral_pci_ca = { sizeof (struct ral_pci_softc), ral_pci_match, ral_pci_attach, ral_pci_detach, ral_pci_activate }; |