diff options
-rw-r--r-- | arch/powerpc/platforms/pasemi/pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/pasemi/pci.c b/arch/powerpc/platforms/pasemi/pci.c index ab1f5f62bcd8..882b571ba92c 100644 --- a/arch/powerpc/platforms/pasemi/pci.c +++ b/arch/powerpc/platforms/pasemi/pci.c | |||
@@ -122,8 +122,8 @@ static int pa_pxp_write_config(struct pci_bus *bus, unsigned int devfn, | |||
122 | } | 122 | } |
123 | 123 | ||
124 | static struct pci_ops pa_pxp_ops = { | 124 | static struct pci_ops pa_pxp_ops = { |
125 | pa_pxp_read_config, | 125 | .read = pa_pxp_read_config, |
126 | pa_pxp_write_config, | 126 | .write = pa_pxp_write_config, |
127 | }; | 127 | }; |
128 | 128 | ||
129 | static void __init setup_pa_pxp(struct pci_controller *hose) | 129 | static void __init setup_pa_pxp(struct pci_controller *hose) |