]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
[POWERPC] celleb_epci_ops: Use named structure member initializers
authorNathan Lynch <ntl@pobox.com>
Thu, 9 Aug 2007 19:18:38 +0000 (05:18 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 17 Aug 2007 01:01:53 +0000 (11:01 +1000)
Signed-off-by: Nathan Lynch <ntl@pobox.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/celleb/scc_epci.c

index 881fd7d1806a295da1ab64b96d2dbfbdd4cf2172..506fc84475544b0adad27342de93af22909909dc 100644 (file)
@@ -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 */