Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339855
b: refs/heads/master
c: 4a9329a
h: refs/heads/master
i:
  339853: 5ba9929
  339851: 71d0c4a
  339847: 8b74493
  339839: f543536
v: v3
  • Loading branch information
Jason Gunthorpe authored and Jason Cooper committed Nov 21, 2012
1 parent a156189 commit 9c8af41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 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: 98adf932c0adc5e57257fe4230d89bda306a4037
refs/heads/master: 4a9329a04ceec56fc1ec155b6ea4d8b50f350a7b
18 changes: 1 addition & 17 deletions trunk/arch/arm/mach-kirkwood/pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,22 +225,6 @@ static void __devinit rc_pci_fixup(struct pci_dev *dev)
}
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL, PCI_ANY_ID, rc_pci_fixup);

static struct pci_bus __init *
kirkwood_pcie_scan_bus(int nr, struct pci_sys_data *sys)
{
struct pci_bus *bus;

if (nr < num_pcie_ports) {
bus = pci_scan_root_bus(NULL, sys->busnr, &pcie_ops, sys,
&sys->resources);
} else {
bus = NULL;
BUG();
}

return bus;
}

static int __init kirkwood_pcie_map_irq(const struct pci_dev *dev, u8 slot,
u8 pin)
{
Expand All @@ -252,8 +236,8 @@ static int __init kirkwood_pcie_map_irq(const struct pci_dev *dev, u8 slot,

static struct hw_pci kirkwood_pci __initdata = {
.setup = kirkwood_pcie_setup,
.scan = kirkwood_pcie_scan_bus,
.map_irq = kirkwood_pcie_map_irq,
.ops = &pcie_ops,
};

static void __init add_pcie_port(int index, void __iomem *base)
Expand Down

0 comments on commit 9c8af41

Please sign in to comment.