mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
pci: xilinx: Remove unused field 'hose' from struct xilinx_pcie
This field has never been used as the driver has been DM-based since the beginning. Drop it. Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
adfc3e4804
commit
bee278de81
1 changed files with 0 additions and 2 deletions
|
@ -14,11 +14,9 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct xilinx_pcie - Xilinx PCIe controller state
|
* struct xilinx_pcie - Xilinx PCIe controller state
|
||||||
* @hose: The parent classes PCI controller state
|
|
||||||
* @cfg_base: The base address of memory mapped configuration space
|
* @cfg_base: The base address of memory mapped configuration space
|
||||||
*/
|
*/
|
||||||
struct xilinx_pcie {
|
struct xilinx_pcie {
|
||||||
struct pci_controller hose;
|
|
||||||
void *cfg_base;
|
void *cfg_base;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue