Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67205
b: refs/heads/master
c: 3fac10e
h: refs/heads/master
i:
  67203: eeaccde
v: v3
  • Loading branch information
Nathan Lynch authored and Paul Mackerras committed Aug 17, 2007
1 parent 8de607d commit 518f049
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: 1bb8c6216f08519c16ce20b82e6f6a59fe0ce717
refs/heads/master: 3fac10e7f5a6dfa4a08938d24af2775cd9b9e267
16 changes: 8 additions & 8 deletions trunk/arch/powerpc/platforms/powermac/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ static int macrisc_write_config(struct pci_bus *bus, unsigned int devfn,

static struct pci_ops macrisc_pci_ops =
{
macrisc_read_config,
macrisc_write_config
.read = macrisc_read_config,
.write = macrisc_write_config,
};

#ifdef CONFIG_PPC32
Expand Down Expand Up @@ -280,8 +280,8 @@ chaos_write_config(struct pci_bus *bus, unsigned int devfn, int offset,

static struct pci_ops chaos_pci_ops =
{
chaos_read_config,
chaos_write_config
.read = chaos_read_config,
.write = chaos_write_config,
};

static void __init setup_chaos(struct pci_controller *hose,
Expand Down Expand Up @@ -456,8 +456,8 @@ static int u3_ht_write_config(struct pci_bus *bus, unsigned int devfn,

static struct pci_ops u3_ht_pci_ops =
{
u3_ht_read_config,
u3_ht_write_config
.read = u3_ht_read_config,
.write = u3_ht_write_config,
};

#define U4_PCIE_CFA0(devfn, off) \
Expand Down Expand Up @@ -561,8 +561,8 @@ static int u4_pcie_write_config(struct pci_bus *bus, unsigned int devfn,

static struct pci_ops u4_pcie_pci_ops =
{
u4_pcie_read_config,
u4_pcie_write_config
.read = u4_pcie_read_config,
.write = u4_pcie_write_config,
};

#endif /* CONFIG_PPC64 */
Expand Down

0 comments on commit 518f049

Please sign in to comment.