diff options
Diffstat (limited to 'sys/dev/isa/wdc_isapnp.c')
-rw-r--r-- | sys/dev/isa/wdc_isapnp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/wdc_isapnp.c b/sys/dev/isa/wdc_isapnp.c index 2d07b72667e..f873a03fb8e 100644 --- a/sys/dev/isa/wdc_isapnp.c +++ b/sys/dev/isa/wdc_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wdc_isapnp.c,v 1.12 2021/03/07 06:17:04 jsg Exp $ */ +/* $OpenBSD: wdc_isapnp.c,v 1.13 2022/04/06 18:59:29 naddy Exp $ */ /* $NetBSD: wdc_isapnp.c,v 1.13 1999/03/22 10:00:12 mycroft Exp $ */ /*- @@ -57,7 +57,7 @@ struct wdc_isapnp_softc { int wdc_isapnp_match(struct device *, void *, void *); void wdc_isapnp_attach(struct device *, struct device *, void *); -struct cfattach wdc_isapnp_ca = { +const struct cfattach wdc_isapnp_ca = { sizeof(struct wdc_isapnp_softc), wdc_isapnp_match, wdc_isapnp_attach }; |