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. --- sys/cam/cam_xpt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/cam') diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index 0c3909d..03ba677 100644 --- a/sys/cam/cam_xpt.c +++ b/sys/cam/cam_xpt.c @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include -- cgit v1.1