summaryrefslogtreecommitdiff
path: root/include/linux/of_address.h
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2020-02-13 17:20:20 -0600
committerRob Herring <robh@kernel.org>2020-02-14 14:25:25 -0600
commitc67f3df88ffca45531a12214e8faffbdab1fa422 (patch)
tree3313fad030e1134c27220fd251ebee8918ae0d95 /include/linux/of_address.h
parent6a9166b5beb82bbfcf86b9215785c6b74a4608ff (diff)
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>
Diffstat (limited to 'include/linux/of_address.h')
-rw-r--r--include/linux/of_address.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/of_address.h b/include/linux/of_address.h
index eac7ab109df4..8d12bf18e80b 100644
--- a/include/linux/of_address.h
+++ b/include/linux/of_address.h
@@ -16,7 +16,6 @@ struct of_pci_range_parser {
};
struct of_pci_range {
- u32 pci_space;
u64 pci_addr;
u64 cpu_addr;
u64 size;