git: eac46b9dd7dd - main - pci_host_generic: Remove unused res1 field from softc

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Wed, 14 Feb 2024 22:52:40 UTC
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=eac46b9dd7dd831d41645b734060fc8c039ff77b

commit eac46b9dd7dd831d41645b734060fc8c039ff77b
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2024-02-14 22:07:32 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-02-14 22:07:32 +0000

    pci_host_generic: Remove unused res1 field from softc
    
    Reviewed by:    imp
    Differential Revision:  https://reviews.freebsd.org/D43889
---
 sys/dev/pci/pci_host_generic.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/dev/pci/pci_host_generic.h b/sys/dev/pci/pci_host_generic.h
index a408ef9d56fd..8e72ac6e5cef 100644
--- a/sys/dev/pci/pci_host_generic.h
+++ b/sys/dev/pci/pci_host_generic.h
@@ -74,7 +74,6 @@ struct generic_pcie_core_softc {
 	struct rman		mem_rman;
 	struct rman		io_rman;
 	struct resource		*res;
-	struct resource		*res1;
 	int			bus_start;
 	int			bus_end;
 	int			ecam;