mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 01:36:46 +07:00
[POWERPC] pa_pxp_ops: Use named structure member initializers
Signed-off-by: Nathan Lynch <ntl@pobox.com> Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
2e67d40762
commit
1bb8c6216f
@ -122,8 +122,8 @@ static int pa_pxp_write_config(struct pci_bus *bus, unsigned int devfn,
|
||||
}
|
||||
|
||||
static struct pci_ops pa_pxp_ops = {
|
||||
pa_pxp_read_config,
|
||||
pa_pxp_write_config,
|
||||
.read = pa_pxp_read_config,
|
||||
.write = pa_pxp_write_config,
|
||||
};
|
||||
|
||||
static void __init setup_pa_pxp(struct pci_controller *hose)
|
||||
|
Loading…
Reference in New Issue
Block a user