diff options
author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-10-05 21:19:41 +0000 |
---|---|---|
committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-10-05 21:19:41 +0000 |
commit | 3e2c6ca3b9106141100bcf4e602b29e2b1696fd5 (patch) | |
tree | f01aa7518793fa581c7406abbaaa601422852946 /sys/kern/subr_autoconf.c | |
parent | 694e31f79db0dd639c85e4217f0e34f9660598fc (diff) | |
download | src-3e2c6ca3b9106141100bcf4e602b29e2b1696fd5.tar.gz src-3e2c6ca3b9106141100bcf4e602b29e2b1696fd5.zip |
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.
Notes
Notes:
svn path=/head/; revision=51957
Diffstat (limited to 'sys/kern/subr_autoconf.c')
-rw-r--r-- | sys/kern/subr_autoconf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/subr_autoconf.c b/sys/kern/subr_autoconf.c index 6e9051cbd66e..9bbb7b4992c0 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. |