diff options
Diffstat (limited to 'sys/dev/fdt/imxgpc.c')
-rw-r--r-- | sys/dev/fdt/imxgpc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/imxgpc.c b/sys/dev/fdt/imxgpc.c index ce9e3974d61..36eba9896a7 100644 --- a/sys/dev/fdt/imxgpc.c +++ b/sys/dev/fdt/imxgpc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: imxgpc.c,v 1.9 2020/12/18 16:26:21 patrick Exp $ */ +/* $OpenBSD: imxgpc.c,v 1.10 2021/10/24 17:52:26 mpi Exp $ */ /* * Copyright (c) 2016 Mark Kettenis * @@ -43,7 +43,7 @@ int imxgpc_match(struct device *, void *, void *); void imxgpc_attach(struct device *, struct device *, void *); void imxgpc_enable(void *, uint32_t *, int); -struct cfattach imxgpc_ca = { +const struct cfattach imxgpc_ca = { sizeof(struct imxgpc_softc), imxgpc_match, imxgpc_attach }; |