projects
/
platform
/
kernel
/
linux-starfive.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
|
history
diff --git
a/arch/powerpc/platforms/celleb/scc_epci.c
b/arch/powerpc/platforms/celleb/scc_epci.c
index
881fd7d
..
506fc84
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 */