Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67201
b: refs/heads/master
c: aec249b
h: refs/heads/master
i:
  67199: 3577b2f
v: v3
  • Loading branch information
Nathan Lynch authored and Paul Mackerras committed Aug 17, 2007
1 parent 38f07b2 commit b5469a4
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: 8674e0c9e570fcce948518e8fe518f4b61ac91fe
refs/heads/master: aec249bc1944c5359c6d3aa2f674be6a9fb3d076
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/celleb/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ static int celleb_fake_pci_write_config(struct pci_bus *bus,
}

static struct pci_ops celleb_fake_pci_ops = {
celleb_fake_pci_read_config,
celleb_fake_pci_write_config
.read = celleb_fake_pci_read_config,
.write = celleb_fake_pci_write_config,
};

static inline void celleb_setup_pci_base_addrs(struct pci_controller *hose,
Expand Down

0 comments on commit b5469a4

Please sign in to comment.