diff options
| -rw-r--r-- | drivers/char/watchdog/pcwd_pci.c | 1 | ||||
| -rw-r--r-- | drivers/char/watchdog/wdt_pci.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/watchdog/pcwd_pci.c b/drivers/char/watchdog/pcwd_pci.c index 0b8e493be045..5308e5c8f29a 100644 --- a/drivers/char/watchdog/pcwd_pci.c +++ b/drivers/char/watchdog/pcwd_pci.c | |||
| @@ -753,6 +753,7 @@ static struct pci_device_id pcipcwd_pci_tbl[] = { | |||
| 753 | MODULE_DEVICE_TABLE(pci, pcipcwd_pci_tbl); | 753 | MODULE_DEVICE_TABLE(pci, pcipcwd_pci_tbl); |
| 754 | 754 | ||
| 755 | static struct pci_driver pcipcwd_driver = { | 755 | static struct pci_driver pcipcwd_driver = { |
| 756 | .owner = THIS_MODULE, | ||
| 756 | .name = WATCHDOG_NAME, | 757 | .name = WATCHDOG_NAME, |
| 757 | .id_table = pcipcwd_pci_tbl, | 758 | .id_table = pcipcwd_pci_tbl, |
| 758 | .probe = pcipcwd_card_init, | 759 | .probe = pcipcwd_card_init, |
diff --git a/drivers/char/watchdog/wdt_pci.c b/drivers/char/watchdog/wdt_pci.c index 4b3311993d48..dc9370f6c348 100644 --- a/drivers/char/watchdog/wdt_pci.c +++ b/drivers/char/watchdog/wdt_pci.c | |||
| @@ -711,6 +711,7 @@ MODULE_DEVICE_TABLE(pci, wdtpci_pci_tbl); | |||
| 711 | 711 | ||
| 712 | 712 | ||
| 713 | static struct pci_driver wdtpci_driver = { | 713 | static struct pci_driver wdtpci_driver = { |
| 714 | .owner = THIS_MODULE, | ||
| 714 | .name = "wdt_pci", | 715 | .name = "wdt_pci", |
| 715 | .id_table = wdtpci_pci_tbl, | 716 | .id_table = wdtpci_pci_tbl, |
| 716 | .probe = wdtpci_init_one, | 717 | .probe = wdtpci_init_one, |
