mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 14:12:51 +00:00
PCI: endpoint: pci-epf-vntb: Remove unused epf_db_phy struct member
epf_db_phy member in struct epf_ntb is not used, remove it. Link: https://lore.kernel.org/r/20221102141014.1025893-5-Frank.Li@nxp.com Signed-off-by: Frank Li <frank.li@nxp.com> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org> Acked-by: Manivannan Sadhasivam <mani@kernel.org>
This commit is contained in:
parent
0c031262d2
commit
03d426ae54
@ -136,7 +136,6 @@ struct epf_ntb {
|
||||
|
||||
struct epf_ntb_ctrl *reg;
|
||||
|
||||
phys_addr_t epf_db_phy;
|
||||
void __iomem *epf_db;
|
||||
|
||||
phys_addr_t vpci_mw_phy[MAX_MW];
|
||||
|
Loading…
Reference in New Issue
Block a user