ACPI: thinkpad-acpi: uncouple subdriver init from ibms struct
commit4671d9a2281943911929edb94670de4447aeed26
authorHenrique de Moraes Holschuh <hmh@debian.org>
Sat, 21 Apr 2007 13:02:58 +0000 (21 10:02 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sat, 28 Apr 2007 17:28:06 +0000 (28 14:28 -0300)
tree37f8245c2ab3e59e3d35d25f17935fbd1289d9fb
parentd7ba5d20fa00813bc057bd9ddedd4ac320a22b0c
ACPI: thinkpad-acpi: uncouple subdriver init from ibms struct

Move the .init method from ibms struct to another struct, and use a list
head to control which subdrivers have been activated.

This allows us to have the subdriver init methods marked __init, saving
quite a lot of .text size, and even a bit of .data size as some data can
now be made __initdata.

Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
drivers/misc/thinkpad_acpi.c
drivers/misc/thinkpad_acpi.h