Commit 8674e0c9 authored by Nathan Lynch's avatar Nathan Lynch Committed by Paul Mackerras

[POWERPC] rtas_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 1bdb2867
...@@ -171,8 +171,8 @@ static int rtas_pci_write_config(struct pci_bus *bus, ...@@ -171,8 +171,8 @@ static int rtas_pci_write_config(struct pci_bus *bus,
} }
struct pci_ops rtas_pci_ops = { struct pci_ops rtas_pci_ops = {
rtas_pci_read_config, .read = rtas_pci_read_config,
rtas_pci_write_config .write = rtas_pci_write_config,
}; };
int is_python(struct device_node *dev) int is_python(struct device_node *dev)
......
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