From: Nathan Lynch Date: Thu, 9 Aug 2007 19:18:38 +0000 (+1000) Subject: [POWERPC] celleb_epci_ops: Use named structure member initializers X-Git-Tag: v5.15~45756^2~363 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3e02aebbca47174d4263cac5ff5b68ea29a7bcff;p=mirror_ubuntu-kernels.git [POWERPC] celleb_epci_ops: Use named structure member initializers Signed-off-by: Nathan Lynch Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/platforms/celleb/scc_epci.c b/arch/powerpc/platforms/celleb/scc_epci.c index 881fd7d1806a..506fc8447554 100644 --- a/arch/powerpc/platforms/celleb/scc_epci.c +++ b/arch/powerpc/platforms/celleb/scc_epci.c @@ -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 */