[PATCH 183/493] staging: et131x: remove use of __devinit

Mark Einon mark.einon at gmail.com
Tue Nov 20 14:14:32 UTC 2012


On 19 November 2012 18:22, Bill Pemberton <wfp5p at virginia.edu> wrote:
> CONFIG_HOTPLUG is going away as an option so __devinit is no longer
> needed.
>
> Signed-off-by: Bill Pemberton <wfp5p at virginia.edu>
> Cc: devel at driverdev.osuosl.org

Acked-by: Mark Einon <mark.einon at gmail.com>

> ---
>  drivers/staging/et131x/et131x.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et131x/et131x.c
> index 49256d9..4b638e6 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;
> --
> 1.8.0
>
> _______________________________________________
> devel mailing list
> devel at linuxdriverproject.org
> http://driverdev.linuxdriverproject.org/mailman/listinfo/devel



More information about the devel mailing list