提交 35fe2fc4 编写于 作者: S Saeed Bishara 提交者: Nicolas Pitre

[ARM] PCI: add platform private data to pci_sys_data

Add private_data pointer to the pci_sys_data, this pointer can be
used for holding platform specific data for each pci controller.
Signed-off-by: NSaeed Bishara <saeed@marvell.com>
Signed-off-by: NNicolas Pitre <nico@fluxnic.net>
上级 1e4d2d3d
...@@ -46,6 +46,7 @@ struct pci_sys_data { ...@@ -46,6 +46,7 @@ struct pci_sys_data {
/* IRQ mapping */ /* IRQ mapping */
int (*map_irq)(struct pci_dev *, u8, u8); int (*map_irq)(struct pci_dev *, u8, u8);
struct hw_pci *hw; struct hw_pci *hw;
void *private_data; /* platform controller private data */
}; };
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册