lkml.org 
[lkml]   [2013]   [Mar]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 04/24] rtc: rtc-au1xxx: use module_platform_driver_probe()
    Date
    This patch uses module_platform_driver_probe() macro which makes
    the code smaller and simpler.

    Signed-off-by: Jingoo Han <jg1.han@samsung.com>
    ---
    drivers/rtc/rtc-au1xxx.c | 13 +------------
    1 files changed, 1 insertions(+), 12 deletions(-)

    diff --git a/drivers/rtc/rtc-au1xxx.c b/drivers/rtc/rtc-au1xxx.c
    index b309da4..dfd6d66 100644
    --- a/drivers/rtc/rtc-au1xxx.c
    +++ b/drivers/rtc/rtc-au1xxx.c
    @@ -134,18 +134,7 @@ static struct platform_driver au1xrtc_driver = {
    .remove = au1xtoy_rtc_remove,
    };

    -static int __init au1xtoy_rtc_init(void)
    -{
    - return platform_driver_probe(&au1xrtc_driver, au1xtoy_rtc_probe);
    -}
    -
    -static void __exit au1xtoy_rtc_exit(void)
    -{
    - platform_driver_unregister(&au1xrtc_driver);
    -}
    -
    -module_init(au1xtoy_rtc_init);
    -module_exit(au1xtoy_rtc_exit);
    +module_platform_driver_probe(au1xrtc_driver, au1xtoy_rtc_probe);

    MODULE_DESCRIPTION("Au1xxx TOY-counter-based RTC driver");
    MODULE_AUTHOR("Manuel Lauss <manuel.lauss@gmail.com>");
    --
    1.7.2.5



    \
     
     \ /
      Last update: 2013-03-04 09:41    [W:4.588 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site