mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 04:11:49 +00:00
[PATCH] watchdog: update .owner field of struct pci_driver
This updates .owner field of struct pci_driver. This allows SYSFS to create the symlink from the driver to the module which provides it. Signed-off-by: Laurent Riffard <laurent.riffard@free.fr> Acked-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
413a42e2ea
commit
ed8b39d0aa
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user