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. --- sbin/ccdconfig/ccdconfig.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sbin') 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 #include #include -#include #include #include #include -- cgit v1.1