From: Henrique de Moraes Holschuh Date: Sat, 21 Apr 2007 14:08:33 +0000 (-0300) Subject: ACPI: thinkpad-acpi: uncouple subdriver init from ibms struct X-Git-Tag: v2.6.22-rc1~1112^2~5^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5763f2223ce3fdbc75923f8c948fc7b59ed2f96;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed