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

[POWERPC] rtas_pci_ops: Use named structure member initializers

Signed-off-by: NNathan Lynch <ntl@pobox.com>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 1bdb2867
......@@ -171,8 +171,8 @@ static int rtas_pci_write_config(struct pci_bus *bus,
}
struct pci_ops rtas_pci_ops = {
rtas_pci_read_config,
rtas_pci_write_config
.read = rtas_pci_read_config,
.write = rtas_pci_write_config,
};
int is_python(struct device_node *dev)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册