aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2024-02-14 22:07:32 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2024-02-14 22:07:32 +0000
commiteac46b9dd7dd831d41645b734060fc8c039ff77b (patch)
tree8aa87c2c738abdfc6fd9e77fd3f3090cba911035
parent93923685d35d95e76bd2c125c007e13354b9428c (diff)
downloadsrc-eac46b9dd7dd831d41645b734060fc8c039ff77b.tar.gz
src-eac46b9dd7dd831d41645b734060fc8c039ff77b.zip
pci_host_generic: Remove unused res1 field from softc
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D43889
-rw-r--r--sys/dev/pci/pci_host_generic.h1
1 files changed, 0 insertions, 1 deletions
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;