From: Bill Pemberton Date: Mon, 19 Nov 2012 18:22:12 +0000 (-0500) Subject: staging: et131x: remove use of __devinit X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=fe5c49b3325e38dd350fc3ceaf30b8f8a3f136b8;p=deliverable%2Flinux.git staging: et131x: remove use of __devinit CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Acked-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et131x/et131x.c index 8bfe756e040c..d017e67d2ffa 100644 --- a/drivers/staging/et131x/et131x.c +++ b/drivers/staging/et131x/et131x.c @@ -4897,7 +4897,7 @@ static const struct net_device_ops et131x_netdev_ops = { * contained in the pci_device_id table. This routine is the equivalent to * a device insertion routine. */ -static int __devinit et131x_pci_setup(struct pci_dev *pdev, +static int et131x_pci_setup(struct pci_dev *pdev, const struct pci_device_id *ent) { struct net_device *netdev;