diff options
author | eivind <eivind@FreeBSD.org> | 1998-01-31 03:19:06 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-01-31 03:19:06 +0000 |
commit | 6a06ff15fefad664ce3439ce083c364e4f5f97e3 (patch) | |
tree | bc35961b7b35ae043cc4b9966daeba80a2c5a1ee /sys/dev/ccd/ccd.c | |
parent | 58cdce7a74245a1438a9039842b1bbb82c4f5832 (diff) | |
download | FreeBSD-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/dev/ccd/ccd.c')
-rw-r--r-- | sys/dev/ccd/ccd.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c index 6a4f5cb..bbd3871 100644 --- a/sys/dev/ccd/ccd.c +++ b/sys/dev/ccd/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> |