mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
kernel.h -> sys/kernel.h
This commit is contained in:
parent
04f390ce00
commit
241606bc72
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7854
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user