Re: [PATCH] scsi/ufs: use module_pci_driver

From: Santosh Y
Date: Tue Apr 10 2012 - 11:21:05 EST


>  drivers/scsi/ufs/ufshcd.c |   19 +------------------
>  1 file changed, 1 insertion(+), 18 deletions(-)
>
> diff --git a/drivers/scsi/ufs/ufshcd.c b/drivers/scsi/ufs/ufshcd.c
> index cd59f6f..5ab9b3f 100644
> --- a/drivers/scsi/ufs/ufshcd.c
> +++ b/drivers/scsi/ufs/ufshcd.c
> @@ -1952,24 +1952,7 @@ static struct pci_driver ufshcd_pci_driver = {
>  #endif
>  };
>
> -/**
> - * ufshcd_init - Driver registration routine
> - */
> -static int __init ufshcd_init(void)
> -{
> -       return pci_register_driver(&ufshcd_pci_driver);
> -}
> -module_init(ufshcd_init);
> -
> -/**
> - * ufshcd_exit - Driver exit clean-up routine
> - */
> -static void __exit ufshcd_exit(void)
> -{
> -       pci_unregister_driver(&ufshcd_pci_driver);
> -}
> -module_exit(ufshcd_exit);
> -
> +module_pci_driver(ufshcd_pci_driver);


Acked-by: Santosh Y <santoshsy@xxxxxxxxx>

--
~Santosh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/