Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67203
b: refs/heads/master
c: 2e67d40
h: refs/heads/master
i:
  67201: b5469a4
  67199: 3577b2f
v: v3
  • Loading branch information
Nathan Lynch authored and Paul Mackerras committed Aug 17, 2007
1 parent 4c11804 commit eeaccde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 3e02aebbca47174d4263cac5ff5b68ea29a7bcff
refs/heads/master: 2e67d40762215bcd7c9b81e828ef6de453a09bc4
12 changes: 6 additions & 6 deletions trunk/arch/powerpc/platforms/maple/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ static int u3_agp_write_config(struct pci_bus *bus, unsigned int devfn,

static struct pci_ops u3_agp_pci_ops =
{
u3_agp_read_config,
u3_agp_write_config
.read = u3_agp_read_config,
.write = u3_agp_write_config,
};

static unsigned long u3_ht_cfa0(u8 devfn, u8 off)
Expand Down Expand Up @@ -278,8 +278,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,
};

static unsigned int u4_pcie_cfa0(unsigned int devfn, unsigned int off)
Expand Down Expand Up @@ -383,8 +383,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,
};

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

0 comments on commit eeaccde

Please sign in to comment.