diff options
Diffstat (limited to 'sys/arch/hppa/dev/dino.c')
-rw-r--r-- | sys/arch/hppa/dev/dino.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/dino.c b/sys/arch/hppa/dev/dino.c index f08bf18e993..dd52d95835d 100644 --- a/sys/arch/hppa/dev/dino.c +++ b/sys/arch/hppa/dev/dino.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dino.c,v 1.32 2018/05/14 13:54:39 kettenis Exp $ */ +/* $OpenBSD: dino.c,v 1.33 2022/03/13 08:04:38 mpi Exp $ */ /* * Copyright (c) 2003-2005 Michael Shalayeff @@ -126,7 +126,7 @@ int dinomatch(struct device *, void *, void *); void dinoattach(struct device *, struct device *, void *); int dino_intr(void *); -struct cfattach dino_ca = { +const struct cfattach dino_ca = { sizeof(struct dino_softc), dinomatch, dinoattach }; |