summaryrefslogtreecommitdiffstats
path: root/sbin
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 /sbin
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 'sbin')
-rw-r--r--sbin/ccdconfig/ccdconfig.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/ccdconfig/ccdconfig.c b/sbin/ccdconfig/ccdconfig.c
index 6b83620..c5ccd8f 100644
--- a/sbin/ccdconfig/ccdconfig.c
+++ b/sbin/ccdconfig/ccdconfig.c
@@ -40,7 +40,6 @@ static const char rcsid[] =
#include <sys/param.h>
#include <sys/linker.h>
#include <sys/disklabel.h>
-#include <sys/device.h>
#include <sys/stat.h>
#include <sys/module.h>
#include <ctype.h>
OpenPOWER on IntegriCloud