diff options
author | Rob Herring <robh@kernel.org> | 2020-02-14 02:20:20 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-02-14 23:25:25 +0300 |
commit | c67f3df88ffca45531a12214e8faffbdab1fa422 (patch) | |
tree | 3313fad030e1134c27220fd251ebee8918ae0d95 /include/linux/of_address.h | |
parent | 6a9166b5beb82bbfcf86b9215785c6b74a4608ff (diff) | |
download | linux-c67f3df88ffca45531a12214e8faffbdab1fa422.tar.xz |
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.h | 1 |
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; |