diff options
| author | Elliott Mitchell <ehem+freebsd@m5p.com> | 2021-11-10 01:18:37 +0000 |
|---|---|---|
| committer | Roger Pau Monné <royger@FreeBSD.org> | 2023-11-28 12:26:29 +0000 |
| commit | 1b43b74963dd7f567f345f8a4a2670f64e460e27 (patch) | |
| tree | 96b167340a333d6bf94a48bdf0d870aa1010bb68 | |
| parent | b37a180f019161c8b3cb67423adf0a330828d380 (diff) | |
xen/intr: remove xenpci headers
These were needed in the past, since that time the interrupt code has
been successfully isolated from the Xen/PCI code. As such a bit of
straightforward cleanup.
Differential Revision: https://reviews.freebsd.org/D32923
Reviewed by: royger
| -rw-r--r-- | sys/dev/xen/bus/xen_intr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/xen/bus/xen_intr.c b/sys/dev/xen/bus/xen_intr.c index b70b0fa835b6..75750aa5b0bf 100644 --- a/sys/dev/xen/bus/xen_intr.c +++ b/sys/dev/xen/bus/xen_intr.c @@ -57,8 +57,6 @@ #include <xen/xen_intr.h> #include <xen/evtchn/evtchnvar.h> -#include <dev/xen/xenpci/xenpcivar.h> -#include <dev/pci/pcivar.h> #include <machine/xen/arch-intr.h> #ifdef DDB |
