mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
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)
This commit is contained in:
parent
e363c5ae0a
commit
eaa22ef760
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32921
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user