[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120629125008.GA13595@herton-Z68MA-D2H-B3>
Date: Fri, 29 Jun 2012 09:50:09 -0300
From: Herton Ronaldo Krzesinski <herton.krzesinski@...onical.com>
To: Mika Westerberg <mika.westerberg@...ux.intel.com>
Cc: linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org,
lenb@...nel.org, rui.zhang@...el.com, khali@...ux-fr.org,
ben-linux@...ff.org, w.sang@...gutronix.de,
dmitry.torokhov@...il.com, eric.piel@...mplin-utc.net,
mjg@...hat.com, ike.pan@...onical.com, herton@...onical.com
Subject: Re: [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@...ux.intel.com>
> ---
> drivers/platform/x86/topstar-laptop.c | 22 +---------------------
> 1 file changed, 1 insertion(+), 21 deletions(-)
Acked-by: Herton R. Krzesinski <herton@...onical.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
--
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