Skip to content

Commit

Permalink
[POWERPC] efika rtas_pci_ops: Use named structure member initializers
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Lynch <ntl@pobox.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Nathan Lynch authored and Paul Mackerras committed Aug 17, 2007
1 parent 6127d1c commit 21d8f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/platforms/52xx/efika.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ static int rtas_write_config(struct pci_bus *bus, unsigned int devfn,
}

static struct pci_ops rtas_pci_ops = {
rtas_read_config,
rtas_write_config
.read = rtas_read_config,
.write = rtas_write_config,
};


Expand Down

0 comments on commit 21d8f6c

Please sign in to comment.