summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-02 13:34:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-02 13:34:40 +0000
commitf182537746a06dd7bfdb4e80fb91dc1d39134b8e (patch)
tree1243371af940352d1e6cb4c6a13e9f6b0fcfcdd1 /sys/dev
parent3f70f3d7638d9dc8369ea3c91215d6adeee0b2c1 (diff)
no sys/cpu.h
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ccd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ccd.c b/sys/dev/ccd.c
index 5d15458568e..ec41ca4f399 100644
--- a/sys/dev/ccd.c
+++ b/sys/dev/ccd.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: ccd.c,v 1.10 1996/04/21 22:19:44 deraadt Exp $ */
-/* $NetBSD: ccd.c,v 1.31 1996/03/30 23:05:54 christos Exp $ */
+/* $OpenBSD: ccd.c,v 1.11 1996/05/02 13:34:39 deraadt Exp $ */
+/* $NetBSD: ccd.c,v 1.32 1996/04/22 01:26:39 christos Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -108,7 +108,6 @@
#include <sys/syslog.h>
#include <sys/fcntl.h>
#include <sys/vnode.h>
-#include <sys/cpu.h>
#include <sys/conf.h>
#include <dev/ccdvar.h>