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

[POWERPC] efika rtas_pci_ops: Use named structure member initializers

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