Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aec249bc authored by Nathan Lynch's avatar Nathan Lynch Committed by Paul Mackerras
Browse files

[POWERPC] celleb_fake_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 8674e0c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -242,8 +242,8 @@ static int celleb_fake_pci_write_config(struct pci_bus *bus,
}

static struct pci_ops celleb_fake_pci_ops = {
	celleb_fake_pci_read_config,
	celleb_fake_pci_write_config
	.read = celleb_fake_pci_read_config,
	.write = celleb_fake_pci_write_config,
};

static inline void celleb_setup_pci_base_addrs(struct pci_controller *hose,