Commit 3e02aebb authored by Nathan Lynch's avatar Nathan Lynch Committed by Paul Mackerras

[POWERPC] celleb_epci_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 aec249bc
......@@ -278,8 +278,8 @@ static int celleb_epci_write_config(struct pci_bus *bus,
}
struct pci_ops celleb_epci_ops = {
celleb_epci_read_config,
celleb_epci_write_config,
.read = celleb_epci_read_config,
.write = celleb_epci_write_config,
};
/* to be moved in FW */
......
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