aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Lynch <ntl@pobox.com>2007-08-10 05:18:38 +1000
committerPaul Mackerras <paulus@samba.org>2007-08-17 11:01:53 +1000
commit3e02aebbca47174d4263cac5ff5b68ea29a7bcff (patch)
tree0e168e835c065cb6ae05accc584e2f9f5b95e972
parent[POWERPC] celleb_fake_pci_ops: Use named structure member initializers (diff)
downloadlinux-dev-3e02aebbca47174d4263cac5ff5b68ea29a7bcff.tar.xz
linux-dev-3e02aebbca47174d4263cac5ff5b68ea29a7bcff.zip
[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>
-rw-r--r--arch/powerpc/platforms/celleb/scc_epci.c4
1 files changed, 2 insertions, 2 deletions
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 */