aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/et131x
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2012-11-19 13:22:12 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-21 13:57:25 -0800
commitfe5c49b3325e38dd350fc3ceaf30b8f8a3f136b8 (patch)
tree4ea964204728a93fb48090ea66550c60b0753452 /drivers/staging/et131x
parent596c5dd302aad8dea6be12d32d5dfa5d2f72673d (diff)
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 <wfp5p@virginia.edu> Acked-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/et131x')
-rw-r--r--drivers/staging/et131x/et131x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et131x/et131x.c
index 8bfe756e040..d017e67d2ff 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;