sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAME
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
62776d034c
commit
c5d5f5fdc7
@@ -2432,7 +2432,7 @@ static struct dev_pm_ops efx_pm_ops = {
|
||||
};
|
||||
|
||||
static struct pci_driver efx_pci_driver = {
|
||||
.name = EFX_DRIVER_NAME,
|
||||
.name = KBUILD_MODNAME,
|
||||
.id_table = efx_pci_table,
|
||||
.probe = efx_pci_probe,
|
||||
.remove = efx_pci_remove,
|
||||
|
Reference in New Issue
Block a user