]> www.infradead.org Git - users/dwmw2/linux.git/commit
PCI: of_property: Rename struct of_pci_range to of_pci_range_entry
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 17 Jan 2025 16:10:37 +0000 (10:10 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 18 Jan 2025 21:18:38 +0000 (15:18 -0600)
commit42d9972732f77ced1b7a2406907b19d46c62bcf9
tree92005eee4a1603ab634aced0c170588628e3a0d8
parentd117b196981755a7757849fd4676e029afb43bca
PCI: of_property: Rename struct of_pci_range to of_pci_range_entry

Previously there were two definitions of struct of_pci_range: one in
include/linux/of_address.h and another local to drivers/pci/of_property.c.

Rename the local struct of_pci_range to of_pci_range_entry to avoid
confusion.

Link: https://lore.kernel.org/r/20250117161037.643953-1-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Lizhi Hou <lizhi.hou@amd.com>
drivers/pci/of_property.c