Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2023 13:38:37 GMT
From:      Roger Pau =?utf-8?Q?Monn=C3=A9?= <royger@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1b43b74963dd - main - xen/intr: remove xenpci headers
Message-ID:  <202311281338.3ASDcbe0025420@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311281338.3ASDcbe0025420>