lkml.org 
[lkml]   [2012]   [Jun]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 10/12] topstar-laptop: convert to module_acpi_driver()
    On Thu, Jun 28, 2012 at 01:59:29PM +0300, Mika Westerberg wrote:
    > Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
    > ---
    > drivers/platform/x86/topstar-laptop.c | 22 +---------------------
    > 1 file changed, 1 insertion(+), 21 deletions(-)

    Acked-by: Herton R. Krzesinski <herton@canonical.com>

    >
    > diff --git a/drivers/platform/x86/topstar-laptop.c b/drivers/platform/x86/topstar-laptop.c
    > index d528daa..d727bfe 100644
    > --- a/drivers/platform/x86/topstar-laptop.c
    > +++ b/drivers/platform/x86/topstar-laptop.c
    > @@ -186,27 +186,7 @@ static struct acpi_driver acpi_topstar_driver = {
    > .notify = acpi_topstar_notify,
    > },
    > };
    > -
    > -static int __init topstar_laptop_init(void)
    > -{
    > - int ret;
    > -
    > - ret = acpi_bus_register_driver(&acpi_topstar_driver);
    > - if (ret < 0)
    > - return ret;
    > -
    > - pr_info("ACPI extras driver loaded\n");
    > -
    > - return 0;
    > -}
    > -
    > -static void __exit topstar_laptop_exit(void)
    > -{
    > - acpi_bus_unregister_driver(&acpi_topstar_driver);
    > -}
    > -
    > -module_init(topstar_laptop_init);
    > -module_exit(topstar_laptop_exit);
    > +module_acpi_driver(acpi_topstar_driver);
    >
    > MODULE_AUTHOR("Herton Ronaldo Krzesinski");
    > MODULE_DESCRIPTION("Topstar Laptop ACPI Extras driver");
    > --
    > 1.7.10
    >

    --
    []'s
    Herton


    \
     
     \ /
      Last update: 2012-06-29 15:21    [W:2.818 / U:0.472 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site