On Thu, 2008-03-13 at 20:09 -0300, Henrique de Moraes Holschuh wrote: > On Thu, 13 Mar 2008, Thomas Renninger wrote: > > This also happens in drivers/misc/thinkpad_acpi.c. > > I was sure I had removed __exit from every thinkpad-acpi exit handler that > was also called from __init a long time ago... > > Let's see... nope, there isn't a single instance of __exit in > thinkpad-acpi.c, so I must have misunderstood you. I do have lots of > __init code, but I don't get any warnings from gcc 4.3 about that on ia32. Ahh, I just checked that the module_init function calls the module_exit function... But the module_exit function probably because of this is not declared __exit. This looks a bit uncommon. I don't know whether it should be avoided, but I cannot see why it should hurt. Thomas -- 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