[POWERPC] celleb_epci_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:38 +10:00 коммит произвёл Paul Mackerras
Родитель aec249bc19
Коммит 3e02aebbca
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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 */