xen/devices: purge uses of intr_machdep.h

Devices in sys/dev should be architecture-independent and NOT #include
intr_machdep.h.

Reviewed by: mhorne royger
Differential Revision: https://reviews.freebsd.org/D29959
This commit is contained in:
Elliott Mitchell 2021-04-22 19:59:22 -07:00 committed by Roger Pau Monné
parent 535badd1b8
commit 5bb67f5f3f
2 changed files with 0 additions and 2 deletions

View file

@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <sys/rman.h>
#include <machine/resource.h>
#include <machine/intr_machdep.h>
#include <machine/vmparam.h>
#include <xen/xen-os.h>

View file

@ -58,7 +58,6 @@ __FBSDID("$FreeBSD$");
#include <sys/filio.h>
#include <sys/vnode.h>
#include <machine/intr_machdep.h>
#include <machine/xen/synch_bitops.h>
#include <xen/xen-os.h>