From 279ad3002560565c3597b5ce3b202b05e84d2336 Mon Sep 17 00:00:00 2001 From: n_hibma Date: Tue, 5 Oct 1999 21:19:41 +0000 Subject: Removal of sys/device.h - Move intrhook stuff into kernel.h - Remove all occurrences of #device - 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. --- sys/kern/subr_autoconf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/kern/subr_autoconf.c') 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 #include #include -#include /* * Autoconfiguration subroutines. -- cgit v1.1