Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100108
b: refs/heads/master
c: ae28d70
h: refs/heads/master
v: v3
  • Loading branch information
Robert Richter authored and Ingo Molnar committed Jul 9, 2008
1 parent 5d625d6 commit b10aa05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f4d994b541198446fc3d5d4ec5de232e171bf6dd
refs/heads/master: ae28d70529b874f657afd0f70ca148599345ba2a
4 changes: 2 additions & 2 deletions trunk/arch/x86/pci/visws.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void __init pcibios_update_irq(struct pci_dev *dev, int irq)
pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq);
}

static int __init pcibios_init(void)
static int __init pci_visws_init(void)
{
/* The VISWS supports configuration access type 1 only */
pci_probe = (pci_probe | PCI_PROBE_CONF1) &
Expand All @@ -105,4 +105,4 @@ static int __init pcibios_init(void)
return 0;
}

subsys_initcall(pcibios_init);
subsys_initcall(pci_visws_init);

0 comments on commit b10aa05

Please sign in to comment.