[POWERPC] indirect_pci_ops: Use named structure member initializers
Signed-off-by: Nathan Lynch <ntl@pobox.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
f1d645f428
commit
c78d453b6f
@ -144,8 +144,8 @@ indirect_write_config(struct pci_bus *bus, unsigned int devfn, int offset,
|
|||||||
|
|
||||||
static struct pci_ops indirect_pci_ops =
|
static struct pci_ops indirect_pci_ops =
|
||||||
{
|
{
|
||||||
indirect_read_config,
|
.read = indirect_read_config,
|
||||||
indirect_write_config
|
.write = indirect_write_config,
|
||||||
};
|
};
|
||||||
|
|
||||||
void __init
|
void __init
|
||||||
|
Loading…
x
Reference in New Issue
Block a user