diff options
Diffstat (limited to 'sys/arch/powerpc64/dev/xicp.c')
-rw-r--r-- | sys/arch/powerpc64/dev/xicp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc64/dev/xicp.c b/sys/arch/powerpc64/dev/xicp.c index dd7ed80bf9b..92a97ebbdc6 100644 --- a/sys/arch/powerpc64/dev/xicp.c +++ b/sys/arch/powerpc64/dev/xicp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xicp.c,v 1.4 2020/10/01 10:05:09 jsg Exp $ */ +/* $OpenBSD: xicp.c,v 1.5 2022/04/06 18:59:27 naddy Exp $ */ /* * Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> * @@ -88,7 +88,7 @@ xicp_write_4(struct xicp_softc *sc, bus_size_t off, uint32_t val) int xicp_match(struct device *, void *, void *); void xicp_attach(struct device *, struct device *, void *); -struct cfattach xicp_ca = { +const struct cfattach xicp_ca = { sizeof (struct xicp_softc), xicp_match, xicp_attach }; |