Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11876
b: refs/heads/master
c: ed8b39d
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Riffard authored and Linus Torvalds committed Oct 31, 2005
1 parent 94e0b5d commit 2c7eaaa
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 413a42e2eac0c90264a6a0c9ce1913dfb2376f7a
refs/heads/master: ed8b39d0aaea90df528ebe3756cbef8f735a93e6
1 change: 1 addition & 0 deletions trunk/drivers/char/watchdog/pcwd_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ static struct pci_device_id pcipcwd_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, pcipcwd_pci_tbl);

static struct pci_driver pcipcwd_driver = {
.owner = THIS_MODULE,
.name = WATCHDOG_NAME,
.id_table = pcipcwd_pci_tbl,
.probe = pcipcwd_card_init,
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/char/watchdog/wdt_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ MODULE_DEVICE_TABLE(pci, wdtpci_pci_tbl);


static struct pci_driver wdtpci_driver = {
.owner = THIS_MODULE,
.name = "wdt_pci",
.id_table = wdtpci_pci_tbl,
.probe = wdtpci_init_one,
Expand Down

0 comments on commit 2c7eaaa

Please sign in to comment.