From d11a9a62e2ce7ee26f29589a4459be35bae030bd Mon Sep 17 00:00:00 2001 From: thorpej Date: Tue, 4 Apr 2000 17:20:54 +0000 Subject: [PATCH] Fix fallout from callout. --- sys/arch/sparc/dev/tctrl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sparc/dev/tctrl.c b/sys/arch/sparc/dev/tctrl.c index fe182ea002bf..4871607497be 100644 --- a/sys/arch/sparc/dev/tctrl.c +++ b/sys/arch/sparc/dev/tctrl.c @@ -1,4 +1,4 @@ -/* $NetBSD: tctrl.c,v 1.8 2000/03/23 06:44:45 thorpej Exp $ */ +/* $NetBSD: tctrl.c,v 1.9 2000/04/04 17:20:54 thorpej Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -120,7 +120,7 @@ struct tctrl_softc { #define TCTRL_STD_DEV 0 #define TCTRL_APMCTL_DEV 8 -static struct tctrl_event_ch = CALLOUT_INITIALIZER; +static struct callout tctrl_event_ch = CALLOUT_INITIALIZER; static int tctrl_match __P((struct device *parent, struct cfdata *cf, void *aux));