of: Drop struct of_pci_range.pci_space field

There's no more users of struct of_pci_range.pci_space field, so remove it.

Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
Rob Herring
2020-02-13 17:20:20 -06:00
parent 6a9166b5be
commit c67f3df88f
2 changed files with 0 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ struct of_pci_range_parser {
};
struct of_pci_range {
u32 pci_space;
u64 pci_addr;
u64 cpu_addr;
u64 size;