summaryrefslogtreecommitdiff
path: root/sys/arch/arc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-03-26 23:32:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-03-26 23:32:01 +0000
commit9dd9135c7f517fd4befcb96d71828cffb91ffcdb (patch)
treed1735f38ee4db986316ebd7208d735bc485eae5a /sys/arch/arc
parente40f2b00309bbdcef7ba618c3a0990c4f4769501 (diff)
callout.h is gone
Diffstat (limited to 'sys/arch/arc')
-rw-r--r--sys/arch/arc/dev/pccons.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arc/dev/pccons.c b/sys/arch/arc/dev/pccons.c
index c1da11d4fe8..4b10c3310c6 100644
--- a/sys/arch/arc/dev/pccons.c
+++ b/sys/arch/arc/dev/pccons.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pccons.c,v 1.22 1999/01/30 22:39:37 imp Exp $ */
+/* $OpenBSD: pccons.c,v 1.23 2000/03/26 23:31:56 deraadt Exp $ */
/* $NetBSD: pccons.c,v 1.89 1995/05/04 19:35:20 cgd Exp $ */
/*-
@@ -55,7 +55,6 @@
#include <sys/select.h>
#include <sys/tty.h>
#include <sys/uio.h>
-#include <sys/callout.h>
#include <sys/syslog.h>
#include <sys/device.h>
#include <sys/conf.h>