mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 05:39:42 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
596c5dd302
commit
fe5c49b332
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user