[POWERPC] efika rtas_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
6127d1c0b0
commit
21d8f6c728
@ -78,8 +78,8 @@ static int rtas_write_config(struct pci_bus *bus, unsigned int devfn,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static struct pci_ops rtas_pci_ops = {
|
static struct pci_ops rtas_pci_ops = {
|
||||||
rtas_read_config,
|
.read = rtas_read_config,
|
||||||
rtas_write_config
|
.write = rtas_write_config,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user