aboutsummaryrefslogtreecommitdiff
path: root/sbin/ccdconfig
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>1999-10-05 21:19:41 +0000
committerNick Hibma <n_hibma@FreeBSD.org>1999-10-05 21:19:41 +0000
commit3e2c6ca3b9106141100bcf4e602b29e2b1696fd5 (patch)
treef01aa7518793fa581c7406abbaaa601422852946 /sbin/ccdconfig
parent694e31f79db0dd639c85e4217f0e34f9660598fc (diff)
downloadsrc-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 'sbin/ccdconfig')
-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 6b8362035eb0..c5ccd8f042fc 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>