mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
pci_host_generic: Remove unused res1 field from softc
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D43889
This commit is contained in:
parent
93923685d3
commit
eac46b9dd7
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue