summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_autoconf.c
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-10-05 21:19:41 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-10-05 21:19:41 +0000
commit279ad3002560565c3597b5ce3b202b05e84d2336 (patch)
tree76ab8404197c22cd43727f75dfd4c905913dbedf /sys/kern/subr_autoconf.c
parent2ab0ef31d01ca8929aad6b876fe2097123ebf833 (diff)
downloadFreeBSD-src-279ad3002560565c3597b5ce3b202b05e84d2336.zip
FreeBSD-src-279ad3002560565c3597b5ce3b202b05e84d2336.tar.gz
Removal of sys/device.h
- Move intrhook stuff into kernel.h - Remove all occurrences of #device <device.h> - Add kernel.h were necessary (nowhere) - delete device.h This file contained the structures for cfdata (old style config) and is no longer used. It was included by most drivers. It confuses the remote debugger as the definition of 'struct device' in device.h is found before the one in bus_private.h.
Diffstat (limited to 'sys/kern/subr_autoconf.c')
-rw-r--r--sys/kern/subr_autoconf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/subr_autoconf.c b/sys/kern/subr_autoconf.c
index 6e9051c..9bbb7b4 100644
--- a/sys/kern/subr_autoconf.c
+++ b/sys/kern/subr_autoconf.c
@@ -47,7 +47,6 @@
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
-#include <sys/device.h>
/*
* Autoconfiguration subroutines.
OpenPOWER on IntegriCloud