[POWERPC] celleb_fake_pci_ops: Use named structure member initializers

Signed-off-by: Nathan Lynch <ntl@pobox.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Nathan Lynch 2007-08-10 05:18:37 +10:00 коммит произвёл Paul Mackerras
Родитель 8674e0c9e5
Коммит aec249bc19
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -242,8 +242,8 @@ static int celleb_fake_pci_write_config(struct pci_bus *bus,
} }
static struct pci_ops celleb_fake_pci_ops = { static struct pci_ops celleb_fake_pci_ops = {
celleb_fake_pci_read_config, .read = celleb_fake_pci_read_config,
celleb_fake_pci_write_config .write = celleb_fake_pci_write_config,
}; };
static inline void celleb_setup_pci_base_addrs(struct pci_controller *hose, static inline void celleb_setup_pci_base_addrs(struct pci_controller *hose,