Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64519
b: refs/heads/master
c: c4aa256
h: refs/heads/master
i:
  64517: 84265e1
  64515: 7c78f68
  64511: c3008c1
v: v3
  • Loading branch information
Ralf Baechle committed Aug 27, 2007
1 parent a3ff3e9 commit 5714227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 4547d224d29a6a9a81df91858c2e26b7f88e02e1
refs/heads/master: c4aa2563f953d13a9bcf4731b00b0900a45626d7
5 changes: 2 additions & 3 deletions trunk/arch/mips/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ int pcibios_enable_device(struct pci_dev *dev, int mask)
return pcibios_plat_dev_init(dev);
}

static void __devinit pcibios_fixup_device_resources(struct pci_dev *dev,
static void pcibios_fixup_device_resources(struct pci_dev *dev,
struct pci_bus *bus)
{
/* Update device resources. */
Expand Down Expand Up @@ -282,8 +282,7 @@ pcibios_update_irq(struct pci_dev *dev, int irq)
pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq);
}

void __devinit
pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region,
void pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region,
struct resource *res)
{
struct pci_controller *hose = (struct pci_controller *)dev->sysdata;
Expand Down

0 comments on commit 5714227

Please sign in to comment.