Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226259
b: refs/heads/master
c: 116d588
h: refs/heads/master
i:
  226257: f218391
  226255: 8d33a7b
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent b83e563 commit 83c6118
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e6f199f3e7e10112adfa80700ecc00b056b5a62e
refs/heads/master: 116d588ea21cf0278a4de1e3272e9c3220a647e7
2 changes: 2 additions & 0 deletions trunk/drivers/media/dvb/mantis/hopper_cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ static struct pci_device_id hopper_pci_table[] = {
{ }
};

MODULE_DEVICE_TABLE(pci, hopper_pci_table);

static struct pci_driver hopper_pci_driver = {
.name = DRIVER_NAME,
.id_table = hopper_pci_table,
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/media/dvb/mantis/mantis_cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ static struct pci_device_id mantis_pci_table[] = {
{ }
};

MODULE_DEVICE_TABLE(pci, mantis_pci_table);

static struct pci_driver mantis_pci_driver = {
.name = DRIVER_NAME,
.id_table = mantis_pci_table,
Expand Down

0 comments on commit 83c6118

Please sign in to comment.