Style nit. No functional change.
This commit is contained in:
parent
d3bf3b9a7a
commit
4c061448d1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178118
@ -35,8 +35,6 @@
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "opt_intr_filter.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/bus.h>
|
||||
#include <sys/conf.h>
|
||||
@ -49,11 +47,14 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/systm.h>
|
||||
#include <sys/taskqueue.h>
|
||||
#include <sys/rman.h>
|
||||
|
||||
#include <machine/resource.h>
|
||||
#include <contrib/dev/acpica/acpi.h>
|
||||
#include <dev/acpica/acpivar.h>
|
||||
#include <dev/asmc/asmcvar.h>
|
||||
|
||||
#include "opt_intr_filter.h"
|
||||
|
||||
/*
|
||||
* Device interface.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user