Commit 6127d1c0 authored by Nathan Lynch's avatar Nathan Lynch Committed by Paul Mackerras

[POWERPC] null_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 3fac10e7
......@@ -1457,8 +1457,8 @@ null_write_config(struct pci_bus *bus, unsigned int devfn, int offset,
static struct pci_ops null_pci_ops =
{
null_read_config,
null_write_config
.read = null_read_config,
.write = null_write_config,
};
/*
......
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