public inbox for linux-hyperv@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] PCI: hv: Remove unused field pci_bus in struct hv_pcibus_device
@ 2026-01-11 17:00 mhkelley58
  2026-01-12 14:29 ` Srivatsa S. Bhat
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: mhkelley58 @ 2026-01-11 17:00 UTC (permalink / raw)
  To: kys, haiyangz, wei.liu, decui, longli, lpieralisi, kwilczynski,
	mani, robh, bhelgaas
  Cc: linux-pci, linux-kernel, linux-hyperv

From: Michael Kelley <mhklinux@outlook.com>

Field pci_bus in struct hv_pcibus_device is unused since
commit 418cb6c8e051 ("PCI: hv: Generify PCI probing"). Remove it.

No functional change.

Signed-off-by: Michael Kelley <mhklinux@outlook.com>
---
 drivers/pci/controller/pci-hyperv.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pci/controller/pci-hyperv.c b/drivers/pci/controller/pci-hyperv.c
index 1e237d3538f9..7fcba05cec30 100644
--- a/drivers/pci/controller/pci-hyperv.c
+++ b/drivers/pci/controller/pci-hyperv.c
@@ -501,7 +501,6 @@ struct hv_pcibus_device {
 	struct resource *low_mmio_res;
 	struct resource *high_mmio_res;
 	struct completion *survey_event;
-	struct pci_bus *pci_bus;
 	spinlock_t config_lock;	/* Avoid two threads writing index page */
 	spinlock_t device_list_lock;	/* Protect lists below */
 	void __iomem *cfg_addr;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-02-04 12:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-11 17:00 [PATCH 1/1] PCI: hv: Remove unused field pci_bus in struct hv_pcibus_device mhkelley58
2026-01-12 14:29 ` Srivatsa S. Bhat
2026-01-12 15:54   ` Michael Kelley
2026-01-12 16:55     ` Srivatsa S. Bhat
2026-01-12 17:01 ` Easwar Hariharan
2026-01-29  4:35 ` Michael Kelley
2026-02-04 12:37   ` mani
2026-01-29  9:48 ` Prasanna Kumar T S M
2026-02-04  6:02 ` Wei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox