From 3e2c6ca3b9106141100bcf4e602b29e2b1696fd5 Mon Sep 17 00:00:00 2001 From: Nick 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/dev/ccd/ccd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/ccd') diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c index 9d2ef86bbab48..c4cc2bd10d9ee 100644 --- a/sys/dev/ccd/ccd.c +++ b/sys/dev/ccd/ccd.c @@ -103,7 +103,6 @@ #include #include #include -#include #include #include #include -- cgit v1.3