Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259001
b: refs/heads/master
c: 005bdad
h: refs/heads/master
i:
  258999: 7134323
v: v3
  • Loading branch information
Arnaud Lacombe authored and Linus Torvalds committed Jul 26, 2011
1 parent 9ac84f4 commit 70b6845
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: b9d4f426689765d1e066913f6872c8d59e0f2ac9
refs/heads/master: 005bdad7b80ac017ca21d795639d4214b9844a84
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 pci_eisa_pci_tbl[] = {
static struct pci_device_id __initdata 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 pci_eisa_driver = {
static struct pci_driver __initdata pci_eisa_driver = {
.name = "pci_eisa",
.id_table = pci_eisa_pci_tbl,
.probe = pci_eisa_init,
Expand Down

0 comments on commit 70b6845

Please sign in to comment.