Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358390
b: refs/heads/master
c: b95168e
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Bjorn Helgaas committed Jan 7, 2013
1 parent 98e61b7 commit a81a7cb
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: 745216025de0354eea23493d994e3fc0ab7369fc
refs/heads/master: b95168e010a405add13aa010d7c45b55dc4026c7
12 changes: 6 additions & 6 deletions trunk/arch/x86/pci/i386.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ EXPORT_SYMBOL(pcibios_align_resource);
* as well.
*/

static void __init pcibios_allocate_bridge_resources(struct pci_dev *dev)
static void pcibios_allocate_bridge_resources(struct pci_dev *dev)
{
int idx;
struct resource *r;
Expand All @@ -223,7 +223,7 @@ static void __init pcibios_allocate_bridge_resources(struct pci_dev *dev)
}
}

static void __init pcibios_allocate_bus_resources(struct pci_bus *bus)
static void pcibios_allocate_bus_resources(struct pci_bus *bus)
{
struct pci_bus *child;

Expand All @@ -239,7 +239,7 @@ struct pci_check_idx_range {
int end;
};

static void __init pcibios_allocate_dev_resources(struct pci_dev *dev, int pass)
static void pcibios_allocate_dev_resources(struct pci_dev *dev, int pass)
{
int idx, disabled, i;
u16 command;
Expand Down Expand Up @@ -292,7 +292,7 @@ static void __init pcibios_allocate_dev_resources(struct pci_dev *dev, int pass)
}
}

static void __init pcibios_allocate_resources(struct pci_bus *bus, int pass)
static void pcibios_allocate_resources(struct pci_bus *bus, int pass)
{
struct pci_dev *dev;
struct pci_bus *child;
Expand All @@ -306,7 +306,7 @@ static void __init pcibios_allocate_resources(struct pci_bus *bus, int pass)
}
}

static void __init pcibios_allocate_dev_rom_resource(struct pci_dev *dev)
static void pcibios_allocate_dev_rom_resource(struct pci_dev *dev)
{
struct resource *r;

Expand All @@ -324,7 +324,7 @@ static void __init pcibios_allocate_dev_rom_resource(struct pci_dev *dev)
r->start = 0;
}
}
static void __init pcibios_allocate_rom_resources(struct pci_bus *bus)
static void pcibios_allocate_rom_resources(struct pci_bus *bus)
{
struct pci_dev *dev;
struct pci_bus *child;
Expand Down

0 comments on commit a81a7cb

Please sign in to comment.