提交 c78d453b 编写于 作者: N Nathan Lynch 提交者: Paul Mackerras

[POWERPC] indirect_pci_ops: Use named structure member initializers

Signed-off-by: NNathan Lynch <ntl@pobox.com>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 f1d645f4
...@@ -144,8 +144,8 @@ indirect_write_config(struct pci_bus *bus, unsigned int devfn, int offset, ...@@ -144,8 +144,8 @@ indirect_write_config(struct pci_bus *bus, unsigned int devfn, int offset,
static struct pci_ops indirect_pci_ops = static struct pci_ops indirect_pci_ops =
{ {
indirect_read_config, .read = indirect_read_config,
indirect_write_config .write = indirect_write_config,
}; };
void __init void __init
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册