mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Reduce differences with cy_isa.c: fixed an unsorted include.
Remove unused includes.
This commit is contained in:
parent
e336e1d48a
commit
ee1f208e50
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128805
@ -35,17 +35,13 @@ __FBSDID("$FreeBSD$");
|
||||
#include "opt_cy_pci_fastintr.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/bus.h>
|
||||
#include <sys/kernel.h>
|
||||
|
||||
#include <machine/bus.h>
|
||||
#include <sys/rman.h>
|
||||
#include <machine/resource.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/pmap.h>
|
||||
|
||||
#include <dev/pci/pcivar.h>
|
||||
|
||||
#include <dev/cy/cyvar.h>
|
||||
|
Loading…
Reference in New Issue
Block a user