mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-23 09:56:00 +00:00
[POWERPC] celleb_epci_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
aec249bc19
commit
3e02aebbca
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user