Commit c78d453b authored by Nathan Lynch's avatar Nathan Lynch Committed by Paul Mackerras

[POWERPC] indirect_pci_ops: Use named structure member initializers

Signed-off-by: default avatarNathan Lynch <ntl@pobox.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent f1d645f4
......@@ -144,8 +144,8 @@ indirect_write_config(struct pci_bus *bus, unsigned int devfn, int offset,
static struct pci_ops indirect_pci_ops =
{
indirect_read_config,
indirect_write_config
.read = indirect_read_config,
.write = indirect_write_config,
};
void __init
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment