pci_host_generic: Remove unused res1 field from softc

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D43889
This commit is contained in:
John Baldwin 2024-02-14 14:07:32 -08:00
parent 93923685d3
commit eac46b9dd7

View file

@ -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;