Signed-off-by: Mika Westerberg <mika.westerb...@linux.intel.com>
Acked-by: Herton R. Krzesinski <her...@canonical.com>
---
 drivers/platform/x86/topstar-laptop.c |   22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

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.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to