Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67204
b: refs/heads/master
c: 1bb8c62
h: refs/heads/master
v: v3
  • Loading branch information
Nathan Lynch authored and Paul Mackerras committed Aug 17, 2007
1 parent eeaccde commit 8de607d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2e67d40762215bcd7c9b81e828ef6de453a09bc4
refs/heads/master: 1bb8c6216f08519c16ce20b82e6f6a59fe0ce717
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/pasemi/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ static int pa_pxp_write_config(struct pci_bus *bus, unsigned int devfn,
}

static struct pci_ops pa_pxp_ops = {
pa_pxp_read_config,
pa_pxp_write_config,
.read = pa_pxp_read_config,
.write = pa_pxp_write_config,
};

static void __init setup_pa_pxp(struct pci_controller *hose)
Expand Down

0 comments on commit 8de607d

Please sign in to comment.