Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67210
b: refs/heads/master
c: 8935fa0
h: refs/heads/master
v: v3
  • Loading branch information
Nathan Lynch authored and Paul Mackerras committed Aug 17, 2007
1 parent 55fd9a6 commit efa768c
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: c78d453b6f95ff38a2226f6f77a4b08a6e27fc42
refs/heads/master: 8935fa0fe6f87c4df806f605de04aed4353c7600
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/sysdev/tsi108_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ void tsi108_clear_pci_cfg_error(void)
}

static struct pci_ops tsi108_direct_pci_ops = {
tsi108_direct_read_config,
tsi108_direct_write_config
.read = tsi108_direct_read_config,
.write = tsi108_direct_write_config,
};

int __init tsi108_setup_pci(struct device_node *dev, u32 cfg_phys, int primary)
Expand Down

0 comments on commit efa768c

Please sign in to comment.