diff options
author | Nathan Lynch <ntl@pobox.com> | 2007-08-09 15:18:38 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-08-16 21:01:53 -0400 |
commit | 3e02aebbca47174d4263cac5ff5b68ea29a7bcff (patch) | |
tree | 0e168e835c065cb6ae05accc584e2f9f5b95e972 | |
parent | aec249bc1944c5359c6d3aa2f674be6a9fb3d076 (diff) |
[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.c | 4 |
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, | |||
278 | } | 278 | } |
279 | 279 | ||
280 | struct pci_ops celleb_epci_ops = { | 280 | struct pci_ops celleb_epci_ops = { |
281 | celleb_epci_read_config, | 281 | .read = celleb_epci_read_config, |
282 | celleb_epci_write_config, | 282 | .write = celleb_epci_write_config, |
283 | }; | 283 | }; |
284 | 284 | ||
285 | /* to be moved in FW */ | 285 | /* to be moved in FW */ |