git: 1b43b74963dd - main - xen/intr: remove xenpci headers
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Nov 2023 13:38:37 UTC
The branch main has been updated by royger:
URL: https://cgit.FreeBSD.org/src/commit/?id=1b43b74963dd7f567f345f8a4a2670f64e460e27
commit 1b43b74963dd7f567f345f8a4a2670f64e460e27
Author: Elliott Mitchell <ehem+freebsd@m5p.com>
AuthorDate: 2021-11-10 01:18:37 +0000
Commit: Roger Pau Monné <royger@FreeBSD.org>
CommitDate: 2023-11-28 12:26:29 +0000
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
---
sys/dev/xen/bus/xen_intr.c | 2 --
1 file changed, 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