diff options
Diffstat (limited to 'sys/arch/hppa/gsc/gsckbc.c')
-rw-r--r-- | sys/arch/hppa/gsc/gsckbc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/gsc/gsckbc.c b/sys/arch/hppa/gsc/gsckbc.c index cc26642ba98..439316477e0 100644 --- a/sys/arch/hppa/gsc/gsckbc.c +++ b/sys/arch/hppa/gsc/gsckbc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gsckbc.c,v 1.20 2019/10/12 15:53:24 cheloha Exp $ */ +/* $OpenBSD: gsckbc.c,v 1.21 2022/03/13 08:04:38 mpi Exp $ */ /* * Copyright (c) 2003, Miodrag Vallat. * All rights reserved. @@ -102,7 +102,7 @@ struct gsckbc_softc { int sc_type; }; -struct cfattach gsckbc_ca = { +const struct cfattach gsckbc_ca = { sizeof(struct gsckbc_softc), gsckbc_match, gsckbc_attach }; |