diff options
Diffstat (limited to 'sys/pci/bt9xx.c')
-rw-r--r-- | sys/pci/bt9xx.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/pci/bt9xx.c b/sys/pci/bt9xx.c index 6c9bfda..e50116e 100644 --- a/sys/pci/bt9xx.c +++ b/sys/pci/bt9xx.c @@ -19,16 +19,14 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id$ + * $Id: bt9xx.c,v 1.10 1997/02/22 09:44:00 peter Exp $ */ #include "pci.h" #if NPCI > 0 #include <sys/param.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/kernel.h> -#include <scsi/scsi_all.h> #include <scsi/scsiconf.h> #include <pci/pcireg.h> #include <pci/pcivar.h> |