]> git.ipfire.org Git - thirdparty/linux.git/commit
PCI: hv: Remove unused field pci_bus in struct hv_pcibus_device
authorMichael Kelley <mhklinux@outlook.com>
Sun, 11 Jan 2026 17:00:34 +0000 (09:00 -0800)
committerWei Liu <wei.liu@kernel.org>
Wed, 4 Feb 2026 05:59:51 +0000 (05:59 +0000)
commit90fb0a25f6543d2403dcd82e6f0bece92fa7f54c
treea9a35d1de043ebeb22e2559c67906661eab0275d
parent18f7fcd5e69a04df57b563360b88be72471d6b62
PCI: hv: Remove unused field pci_bus in struct hv_pcibus_device

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>
Reviewed-by: Easwar Hariharan <easwar.hariharan@linux.microsoft.com>
Reviewed-by: Prasanna Kumar T S M <ptsm@linux.microsoft.com>
Reviewed-by: Srivatsa S. Bhat (Microsoft) <srivatsa@csail.mit.edu>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/pci/controller/pci-hyperv.c