diff options
| author | thorpej <thorpej@NetBSD.org> | 1998-01-12 10:21:02 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1998-01-12 10:21:02 +0000 |
| commit | 5419debcb7aea3bb281fcb1731d1e1a2abb1c015 (patch) | |
| tree | 13376e08296b63c89cf8a8b5fa23654ababa6d41 /sys/dev/dec | |
| parent | 8742b48c3f83308f0d5a5d5168a90a3d69b14172 (diff) | |
Adjust for config changes.
Diffstat (limited to 'sys/dev/dec')
| -rw-r--r-- | sys/dev/dec/mcclock.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/dec/mcclock.c b/sys/dev/dec/mcclock.c index 208c166e856..266081d03a9 100644 --- a/sys/dev/dec/mcclock.c +++ b/sys/dev/dec/mcclock.c @@ -1,4 +1,4 @@ -/* $NetBSD: mcclock.c,v 1.9 1997/09/02 13:18:23 thorpej Exp $ */ +/* $NetBSD: mcclock.c,v 1.10 1998/01/12 10:21:04 thorpej Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. @@ -29,7 +29,7 @@ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: mcclock.c,v 1.9 1997/09/02 13:18:23 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mcclock.c,v 1.10 1998/01/12 10:21:04 thorpej Exp $"); #include <sys/param.h> #include <sys/kernel.h> @@ -40,10 +40,6 @@ __KERNEL_RCSID(0, "$NetBSD: mcclock.c,v 1.9 1997/09/02 13:18:23 thorpej Exp $"); #include <dev/dec/mcclockvar.h> #include <dev/ic/mc146818reg.h> -struct cfdriver mcclock_cd = { - NULL, "mcclock", DV_DULL, -}; - void mcclock_init __P((struct device *)); void mcclock_get __P((struct device *, time_t, struct clocktime *)); void mcclock_set __P((struct device *, struct clocktime *)); |
