[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CALMYJDtQ8Dbwhyk0WKe7_Xk_40+3_c11U6bMJ-Li4XhUp7=-Pw@mail.gmail.com>
Date: Tue, 10 Apr 2012 20:50:42 +0530
From: Santosh Y <santoshsy@...il.com>
To: Venkatraman S <svenkatr@...com>
Cc: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] scsi/ufs: use module_pci_driver
> 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@...il.com>
--
~Santosh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists