You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
drivers/net: Remove deprecated use of pci_module_init()
From: Michal Piotrowski <michal.k.k.piotrowski@gmail.com> Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
+1
-1
@@ -3169,7 +3169,7 @@ static int __init vortex_init(void)
|
||||
{
|
||||
int pci_rc, eisa_rc;
|
||||
|
||||
pci_rc = pci_module_init(&vortex_driver);
|
||||
pci_rc = pci_register_driver(&vortex_driver);
|
||||
eisa_rc = vortex_eisa_init();
|
||||
|
||||
if (pci_rc == 0)
|
||||
|
||||
Reference in New Issue
Block a user