summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/3c90x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/net/3c90x.c')
-rw-r--r--src/drivers/net/3c90x.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/net/3c90x.c b/src/drivers/net/3c90x.c
index f606ac12..c1900574 100644
--- a/src/drivers/net/3c90x.c
+++ b/src/drivers/net/3c90x.c
@@ -865,8 +865,7 @@ static struct net_device_operations a3c90x_operations = {
*
* @ret rc Returns 0 on success, negative on failure
*/
-static int a3c90x_probe(struct pci_device *pci,
- const struct pci_device_id *pci_id __unused)
+static int a3c90x_probe(struct pci_device *pci)
{
struct net_device *netdev;