summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/aha1542.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-07-20 14:10:18 +0000
committerbde <bde@FreeBSD.org>1997-07-20 14:10:18 +0000
commit26179d3e8df27db3d7eb25e684b654cee8f02116 (patch)
treed4d40879452f7083b6163e9380d234a887f74201 /sys/i386/isa/aha1542.c
parent700d6b374cd15ccca3d298b94bd2d4eca8e0bc8e (diff)
downloadFreeBSD-src-26179d3e8df27db3d7eb25e684b654cee8f02116.zip
FreeBSD-src-26179d3e8df27db3d7eb25e684b654cee8f02116.tar.gz
Removed unused #includes.
Diffstat (limited to 'sys/i386/isa/aha1542.c')
-rw-r--r--sys/i386/isa/aha1542.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c
index 01a8778..fcc53a0 100644
--- a/sys/i386/isa/aha1542.c
+++ b/sys/i386/isa/aha1542.c
@@ -12,34 +12,29 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: aha1542.c,v 1.68 1997/03/23 06:26:46 bde Exp $
+ * $Id: aha1542.c,v 1.69 1997/03/24 11:23:37 bde Exp $
*/
/*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*/
-#include <sys/types.h>
#ifdef KERNEL /* don't laugh.. look for main() */
#include "aha.h"
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/errno.h>
#include <sys/malloc.h>
#include <sys/buf.h>
-#include <sys/proc.h>
#include <machine/clock.h>
#include <machine/stdarg.h>
#include <vm/vm.h>
-#include <vm/vm_param.h>
#include <vm/pmap.h>
#include <i386/isa/isa_device.h>
#endif /* KERNEL */
-#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
#include <scsi/scsi_debug.h>
OpenPOWER on IntegriCloud