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

[POWERPC] pa_pxp_ops: Use named structure member initializers

Signed-off-by: NNathan Lynch <ntl@pobox.com>
Acked-by: NOlof Johansson <olof@lixom.net>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 2e67d407
...@@ -122,8 +122,8 @@ static int pa_pxp_write_config(struct pci_bus *bus, unsigned int devfn, ...@@ -122,8 +122,8 @@ static int pa_pxp_write_config(struct pci_bus *bus, unsigned int devfn,
} }
static struct pci_ops pa_pxp_ops = { static struct pci_ops pa_pxp_ops = {
pa_pxp_read_config, .read = pa_pxp_read_config,
pa_pxp_write_config, .write = pa_pxp_write_config,
}; };
static void __init setup_pa_pxp(struct pci_controller *hose) static void __init setup_pa_pxp(struct pci_controller *hose)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册