summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-24 11:25:10 +0000
committerbde <bde@FreeBSD.org>1997-03-24 11:25:10 +0000
commit117209856b858251ebd6fec048828125547e131f (patch)
treecdfa8045b602d9fd34543286b914f01f4b9ddc6e /sys/dev/fdc
parent2652de9da3ad6362e6f6db93daf108da125fadf4 (diff)
downloadFreeBSD-src-117209856b858251ebd6fec048828125547e131f.zip
FreeBSD-src-117209856b858251ebd6fec048828125547e131f.tar.gz
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
it when it is not used. In most cases, the reasons for including it went away when the special ioctl headers became self-sufficient.
Diffstat (limited to 'sys/dev/fdc')
-rw-r--r--sys/dev/fdc/fdc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index b18ad71..562fcbe 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -43,7 +43,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.97 1997/02/22 09:36:09 peter Exp $
+ * $Id: fd.c,v 1.98 1997/03/23 03:34:47 bde Exp $
*
*/
@@ -60,7 +60,6 @@
#include <sys/kernel.h>
#include <sys/conf.h>
#include <sys/fcntl.h>
-#include <sys/ioctl.h>
#include <machine/clock.h>
#include <machine/ioctl_fd.h>
#include <sys/disklabel.h>
OpenPOWER on IntegriCloud