diff options
Diffstat (limited to 'sys/dev/fdt/moxtet.c')
-rw-r--r-- | sys/dev/fdt/moxtet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/moxtet.c b/sys/dev/fdt/moxtet.c index 003d0c52d29..eafaf396fe8 100644 --- a/sys/dev/fdt/moxtet.c +++ b/sys/dev/fdt/moxtet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: moxtet.c,v 1.1 2019/10/07 19:35:07 patrick Exp $ */ +/* $OpenBSD: moxtet.c,v 1.2 2021/10/24 17:52:26 mpi Exp $ */ /* * Copyright (c) 2019 Patrick Wildt <patrick@blueri.se> * @@ -56,7 +56,7 @@ int moxtet_detach(struct device *, int); int moxtet_read(struct moxtet_softc *, char *, size_t); int moxtet_write(struct moxtet_softc *, char *, size_t); -struct cfattach moxtet_ca = { +const struct cfattach moxtet_ca = { sizeof(struct moxtet_softc), moxtet_match, moxtet_attach, moxtet_detach }; |