diff options
author | bde <bde@FreeBSD.org> | 1999-01-08 19:17:49 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-01-08 19:17:49 +0000 |
commit | e53595f704322430791eaee9e3f65b0c80fc6c0e (patch) | |
tree | 9d92ec9b3a3e856f5448f3b7b6425b4c61ec9de5 /sys/dev/advansys | |
parent | 670683fcb99d8dc6fd235f8111c5c641e149a065 (diff) | |
download | FreeBSD-src-e53595f704322430791eaee9e3f65b0c80fc6c0e.zip FreeBSD-src-e53595f704322430791eaee9e3f65b0c80fc6c0e.tar.gz |
Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partially
unspammed them in the SMP case.
Diffstat (limited to 'sys/dev/advansys')
-rw-r--r-- | sys/dev/advansys/adwlib.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/advansys/adwlib.c b/sys/dev/advansys/adwlib.c index e2b93ac..c727ca6 100644 --- a/sys/dev/advansys/adwlib.c +++ b/sys/dev/advansys/adwlib.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: adwlib.c,v 1.1 1998/10/07 03:20:46 gibbs Exp $ */ /* * Ported from: @@ -43,7 +43,8 @@ * code retain the above copyright notice and this comment without * modification. */ -#include <sys/queue.h> + +#include <sys/types.h> #include <sys/systm.h> #include <machine/bus_pio.h> |