aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ccd
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 /sys/dev/ccd
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 'sys/dev/ccd')
-rw-r--r--sys/dev/ccd/ccd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c
index 9d2ef86bbab4..c4cc2bd10d9e 100644
--- a/sys/dev/ccd/ccd.c
+++ b/sys/dev/ccd/ccd.c
@@ -103,7 +103,6 @@
#include <sys/sysctl.h>
#include <sys/disklabel.h>
#include <ufs/ffs/fs.h>
-#include <sys/device.h>
#include <sys/devicestat.h>
#include <sys/fcntl.h>
#include <sys/vnode.h>