Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262387
b: refs/heads/master
c: 82de9a0
h: refs/heads/master
i:
  262385: 55213a0
  262383: 0f98c3d
v: v3
  • Loading branch information
Arnaud Lacombe authored and Linus Torvalds committed Aug 4, 2011
1 parent 9422351 commit 1e88043
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: 288d5abec8314ae50fe6692f324b0444acae8486
refs/heads/master: 82de9a0cc34bc1640c4f133f13d62a765596b2b9
4 changes: 2 additions & 2 deletions trunk/drivers/eisa/pci_eisa.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ static int __init pci_eisa_init(struct pci_dev *pdev,
return 0;
}

static struct pci_device_id __initdata pci_eisa_pci_tbl[] = {
static struct pci_device_id pci_eisa_pci_tbl[] = {
{ PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
PCI_CLASS_BRIDGE_EISA << 8, 0xffff00, 0 },
{ 0, }
};

static struct pci_driver __initdata pci_eisa_driver = {
static struct pci_driver __refdata pci_eisa_driver = {
.name = "pci_eisa",
.id_table = pci_eisa_pci_tbl,
.probe = pci_eisa_init,
Expand Down

0 comments on commit 1e88043

Please sign in to comment.