* [PATCH 10/24] drivers/mfd/lpc_ich: Convert to module_pci_driver
@ 2013-05-27 2:28 Libo Chen
2013-06-17 23:30 ` Samuel Ortiz
0 siblings, 1 reply; 3+ messages in thread
From: Libo Chen @ 2013-05-27 2:28 UTC (permalink / raw)
To: ptyser, sameo; +Cc: linux-kernel, lizefan, libo.chen, gregkh
use module_pci_driver instead of init/exit, make code clean.
Signed-off-by: Libo Chen <libo.chen@huawei.com>
---
drivers/mfd/lpc_ich.c | 13 +------------
1 files changed, 1 insertions(+), 12 deletions(-)
diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c
index 9f12f91..06431df 100644
--- a/drivers/mfd/lpc_ich.c
+++ b/drivers/mfd/lpc_ich.c
@@ -973,18 +973,7 @@ static struct pci_driver lpc_ich_driver = {
.remove = lpc_ich_remove,
};
-static int __init lpc_ich_init(void)
-{
- return pci_register_driver(&lpc_ich_driver);
-}
-
-static void __exit lpc_ich_exit(void)
-{
- pci_unregister_driver(&lpc_ich_driver);
-}
-
-module_init(lpc_ich_init);
-module_exit(lpc_ich_exit);
+module_pci_driver(lpc_ich_driver);
MODULE_AUTHOR("Aaron Sierra <asierra@xes-inc.com>");
MODULE_DESCRIPTION("LPC interface for Intel ICH");
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 10/24] drivers/mfd/lpc_ich: Convert to module_pci_driver
2013-05-27 2:28 [PATCH 10/24] drivers/mfd/lpc_ich: Convert to module_pci_driver Libo Chen
@ 2013-06-17 23:30 ` Samuel Ortiz
2013-06-18 0:55 ` Libo Chen
0 siblings, 1 reply; 3+ messages in thread
From: Samuel Ortiz @ 2013-06-17 23:30 UTC (permalink / raw)
To: Libo Chen; +Cc: ptyser, linux-kernel, lizefan, gregkh
Hi Libo,
On Mon, May 27, 2013 at 10:28:56AM +0800, Libo Chen wrote:
> use module_pci_driver instead of init/exit, make code clean.
>
> Signed-off-by: Libo Chen <libo.chen@huawei.com>
> ---
> drivers/mfd/lpc_ich.c | 13 +------------
> 1 files changed, 1 insertions(+), 12 deletions(-)
Patch applied, thanks.
Cheers,
Samuel.
--
Intel Open Source Technology Centre
http://oss.intel.com/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 10/24] drivers/mfd/lpc_ich: Convert to module_pci_driver
2013-06-17 23:30 ` Samuel Ortiz
@ 2013-06-18 0:55 ` Libo Chen
0 siblings, 0 replies; 3+ messages in thread
From: Libo Chen @ 2013-06-18 0:55 UTC (permalink / raw)
To: Samuel Ortiz; +Cc: ptyser, linux-kernel, lizefan, gregkh
On 2013/6/18 7:30, Samuel Ortiz wrote:
> Hi Libo,
>
>
> On Mon, May 27, 2013 at 10:28:56AM +0800, Libo Chen wrote:
>> use module_pci_driver instead of init/exit, make code clean.
>>
>> Signed-off-by: Libo Chen <libo.chen@huawei.com>
>> ---
>> drivers/mfd/lpc_ich.c | 13 +------------
>> 1 files changed, 1 insertions(+), 12 deletions(-)
> Patch applied, thanks.
>
Hi Samuel,
This patch has beed merged to linux-next by Andrew Morton <akpm@linux-foundation.org>
Thanks,
Libo
> Cheers,
> Samuel.
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-18 0:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-27 2:28 [PATCH 10/24] drivers/mfd/lpc_ich: Convert to module_pci_driver Libo Chen
2013-06-17 23:30 ` Samuel Ortiz
2013-06-18 0:55 ` Libo Chen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox