summaryrefslogtreecommitdiffstats
path: root/sys/geom
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-01-31 03:19:06 +0000
committereivind <eivind@FreeBSD.org>1998-01-31 03:19:06 +0000
commit6a06ff15fefad664ce3439ce083c364e4f5f97e3 (patch)
treebc35961b7b35ae043cc4b9966daeba80a2c5a1ee /sys/geom
parent58cdce7a74245a1438a9039842b1bbb82c4f5832 (diff)
downloadFreeBSD-src-6a06ff15fefad664ce3439ce083c364e4f5f97e3.zip
FreeBSD-src-6a06ff15fefad664ce3439ce083c364e4f5f97e3.tar.gz
Remove unused devfs include. (Julian or Satoshi might want to add proper
DEVFS support here; just including the header file doesn't do any good, and would make this depend on opt_devfs.h)
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/geom_ccd.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c
index 6a4f5cb..bbd3871 100644
--- a/sys/geom/geom_ccd.c
+++ b/sys/geom/geom_ccd.c
@@ -1,4 +1,4 @@
-/* $Id: ccd.c,v 1.26 1997/10/24 14:24:55 phk Exp $ */
+/* $Id: ccd.c,v 1.27 1997/11/18 14:39:04 phk Exp $ */
/* $NetBSD: ccd.c,v 1.22 1995/12/08 19:13:26 thorpej Exp $ */
@@ -93,9 +93,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
-#ifdef DEVFS
-#include <sys/devfsext.h>
-#endif /*DEVFS*/
#include <sys/proc.h>
#include <sys/buf.h>
#include <sys/malloc.h>
OpenPOWER on IntegriCloud