diff options
| -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 */ |
