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:
1bdb286
)
[POWERPC] rtas_pci_ops: Use named structure member initializers
author
Nathan Lynch
<ntl@pobox.com>
Thu, 9 Aug 2007 19:18:36 +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/kernel/rtas_pci.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kernel/rtas_pci.c
b/arch/powerpc/kernel/rtas_pci.c
index a5de6211b97ad6b8af75dfb2611907ce8d09b689..21f14e57d1f3d848d9d7d375abf96c2a83ae1b27 100644
(file)
--- a/
arch/powerpc/kernel/rtas_pci.c
+++ b/
arch/powerpc/kernel/rtas_pci.c
@@
-171,8
+171,8
@@
static int rtas_pci_write_config(struct pci_bus *bus,
}
struct pci_ops rtas_pci_ops = {
- rtas_pci_read_config,
- rtas_pci_write_config
+
.read =
rtas_pci_read_config,
+ .write = rtas_pci_write_config,
};
int is_python(struct device_node *dev)