Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317242
b: refs/heads/master
c: 3953503
h: refs/heads/master
v: v3
  • Loading branch information
Miguel Gómez authored and Greg Kroah-Hartman committed Jun 9, 2012
1 parent a315337 commit 1dd22a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 1be9bbddde32a0c414dd65220ca86f808aaeec5f
refs/heads/master: 395350370010ab9693085ede5a1c08fb2faeb5a2
4 changes: 3 additions & 1 deletion trunk/drivers/staging/ipack/bridges/tpci200.c
Original file line number Diff line number Diff line change
Expand Up @@ -871,12 +871,14 @@ static void __devexit tpci200_pci_remove(struct pci_dev *dev)
}
}

static struct pci_device_id tpci200_idtable[2] = {
static DEFINE_PCI_DEVICE_TABLE(tpci200_idtable) = {
{ TPCI200_VENDOR_ID, TPCI200_DEVICE_ID, TPCI200_SUBVENDOR_ID,
TPCI200_SUBDEVICE_ID },
{ 0, },
};

MODULE_DEVICE_TABLE(pci, tpci200_idtable);

static struct pci_driver tpci200_pci_drv = {
.name = "tpci200",
.id_table = tpci200_idtable,
Expand Down

0 comments on commit 1dd22a9

Please sign in to comment.