diff options
| author | thorpej <thorpej@NetBSD.org> | 1998-01-12 18:03:58 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1998-01-12 18:03:58 +0000 |
| commit | 2d73f5ea1836b57f73eef870e14aa8e9711c2c32 (patch) | |
| tree | 35fbf808d8cdb7e7df585a83ca8769c162070623 /sys/arch/atari/dev/clock.c | |
| parent | 85ec3a65c8ce67166ba998184449a141ba639f76 (diff) | |
Update for changes to config.
Diffstat (limited to 'sys/arch/atari/dev/clock.c')
| -rw-r--r-- | sys/arch/atari/dev/clock.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/atari/dev/clock.c b/sys/arch/atari/dev/clock.c index 8ee46e7edf5..f01c3a69744 100644 --- a/sys/arch/atari/dev/clock.c +++ b/sys/arch/atari/dev/clock.c @@ -1,4 +1,4 @@ -/* $NetBSD: clock.c,v 1.18 1997/02/26 12:26:44 leo Exp $ */ +/* $NetBSD: clock.c,v 1.19 1998/01/12 18:04:01 thorpej Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -101,9 +101,7 @@ struct cfattach clock_ca = { sizeof(struct clock_softc), clockmatch, clockattach }; -struct cfdriver clock_cd = { - NULL, "clock", DV_DULL, NULL, 0 -}; +extern struct cfdriver clock_cd; void statintr __P((struct clockframe)); |
