Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2024 22:52:40 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: eac46b9dd7dd - main - pci_host_generic: Remove unused res1 field from softc
Message-ID:  <202402142252.41EMqeIp086168@gitrepo.freebsd.org>

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



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