From 5bde349e55640b2d21fbe0f4f53edabe6878eb91 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 12 Feb 2011 01:11:57 +0000 Subject: [pci] Make driver PCI ID a property of the PCI device Signed-off-by: Michael Brown --- src/drivers/net/igbvf/igbvf_main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/drivers/net/igbvf') diff --git a/src/drivers/net/igbvf/igbvf_main.c b/src/drivers/net/igbvf/igbvf_main.c index 6414d54c7..da5580507 100644 --- a/src/drivers/net/igbvf/igbvf_main.c +++ b/src/drivers/net/igbvf/igbvf_main.c @@ -779,8 +779,7 @@ void igbvf_get_hw_control ( struct igbvf_adapter *adapter ) * The OS initialization, configuring of the adapter private structure, * and a hardware reset occur. **/ -int igbvf_probe ( struct pci_device *pdev, - const struct pci_device_id *ent __unused ) +int igbvf_probe ( struct pci_device *pdev ) { int err; struct net_device *netdev; -- cgit v1.2.3-55-g7522