diff options
Diffstat (limited to 'sys/dev/fdt/simplepanel.c')
-rw-r--r-- | sys/dev/fdt/simplepanel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/simplepanel.c b/sys/dev/fdt/simplepanel.c index 7c9c0657254..ab70134ebe6 100644 --- a/sys/dev/fdt/simplepanel.c +++ b/sys/dev/fdt/simplepanel.c @@ -1,4 +1,4 @@ -/* $OpenBSD: simplepanel.c,v 1.4 2021/07/07 02:38:21 jsg Exp $ */ +/* $OpenBSD: simplepanel.c,v 1.5 2021/10/24 17:52:27 mpi Exp $ */ /* * Copyright (c) 2020 Patrick Wildt <patrick@blueri.se> * @@ -58,7 +58,7 @@ struct cfattach simplepanel_ca = { simplepanel_match, simplepanel_attach }; -struct cfdriver simplepanel_cd = { +const struct cfdriver simplepanel_cd = { NULL, "simplepanel", DV_DULL }; |