mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
[PATCH] epca: 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> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
1a66ddcb77
commit
8f04dd0792
@ -3113,6 +3113,7 @@ MODULE_DEVICE_TABLE(pci, epca_pci_tbl);
|
||||
int __init init_PCI (void)
|
||||
{ /* Begin init_PCI */
|
||||
memset (&epca_driver, 0, sizeof (epca_driver));
|
||||
epca_driver.owner = THIS_MODULE;
|
||||
epca_driver.name = "epca";
|
||||
epca_driver.id_table = epca_pci_tbl;
|
||||
epca_driver.probe = epca_init_one;
|
||||
|
Loading…
Reference in New Issue
Block a user