projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aec249b
)
[POWERPC] celleb_epci_ops: Use named structure member initializers
author
Nathan Lynch
<ntl@pobox.com>
Thu, 9 Aug 2007 19:18:38 +0000
(
05:18
+1000)
committer
Paul 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/platforms/celleb/scc_epci.c
b/arch/powerpc/platforms/celleb/scc_epci.c
index 881fd7d1806a295da1ab64b96d2dbfbdd4cf2172..506fc84475544b0adad27342de93af22909909dc 100644
(file)
--- 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 */