kernel.h -> sys/kernel.h

This commit is contained in:
Justin T. Gibbs 1995-04-15 21:38:34 +00:00
parent 04f390ce00
commit 241606bc72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7854

View File

@ -19,7 +19,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
* $Id: aic7870.c,v 1.7 1995/03/17 04:27:15 davidg Exp $
* $Id: aic7870.c,v 1.8 1995/03/31 14:08:33 gibbs Exp $
*/
#include <pci.h>
@ -27,7 +27,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
#include <kernel.h>
#include <sys/kernel.h>
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
#include <pci/pcireg.h>