diff options
Diffstat (limited to 'sys/arch/armv7/omap/omsysc.c')
-rw-r--r-- | sys/arch/armv7/omap/omsysc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armv7/omap/omsysc.c b/sys/arch/armv7/omap/omsysc.c index 6862659461f..ba97e3face0 100644 --- a/sys/arch/armv7/omap/omsysc.c +++ b/sys/arch/armv7/omap/omsysc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: omsysc.c,v 1.2 2021/03/25 04:12:01 jsg Exp $ */ +/* $OpenBSD: omsysc.c,v 1.3 2022/04/06 18:59:26 naddy Exp $ */ /* * Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> * @@ -33,7 +33,7 @@ struct omsysc_softc { int omsysc_match(struct device *, void *, void *); void omsysc_attach(struct device *, struct device *, void *); -struct cfattach omsysc_ca = { +const struct cfattach omsysc_ca = { sizeof(struct omsysc_softc), omsysc_match, omsysc_attach }; |