On Thu, Jun 28, 2012 at 01:59:29PM +0300, Mika Westerberg wrote: > Signed-off-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx> > --- > drivers/platform/x86/topstar-laptop.c | 22 +--------------------- > 1 file changed, 1 insertion(+), 21 deletions(-) Acked-by: Herton R. Krzesinski <herton@xxxxxxxxxxxxx> > > 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-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html